UNPKG

307 BJavaScriptView Raw
1// https://github.com/remarkjs/remark/tree/master/packages/remark-stringify#options
2exports.settings = {
3 listItemIndent: 1,
4 emphasis: '_',
5 strong: '_',
6 bullet: '*',
7 incrementListMarker: false
8};
9
10exports.plugins = ['remark-preset-lint-travi', [require('remark-toc'), {tight: true, maxDepth: 2}]];