Chose between multiple markdown converters:
- ShowdownJS (vanilla ST)
- Marked
- micromark
Both Marked and micromark have better support for tables and nested lists than ShowdownJS. And possibly other quirks that one might be preferred over another.
Additional tweaks, independend from the chosen markdown converter.
Adds a copy-to-clipboard button to all blockquotes, similar to code blocks.
Adds markers to highlight start and end of custom tag blocks (i.e., tags that are not standard HTML tags).
Attempts to prevent regular text following a list from being gobbled up by the list.
Adds a linebreak before any line containing nothing but three (or more) dashes to prevent that line turning the preceding line into a heading.
