VSharapov / INDEXmd

An index.html to render your README.md
0 stars 1 forks source link

Markdown options #13

Closed VSharapov closed 3 years ago

VSharapov commented 3 years ago

Currently no options are used, and that's fine, but it would be nice to += a bunch of common options, one per line, and comment it out. Enabling those common options becomes as easy as uncommenting those lines.

VSharapov commented 3 years ago

Ehhhh, decided against this you can already do one-liners as showdown.setOption('tables', true); and if you want a quick reference of the defaults you can just console.log(showdown.getOptions()); so... meh.