Commit Graph

1 Commits

Author SHA1 Message Date
TheAMM c2513fd931 Add underline and hilight support to Markdown renderer
++underline++ and ==hilight==, also known as <ins> and <mark>

The markdown-it-ins and markdown-it-mark are not available
on CF's cdnjs, so selfhost them. (They are on jsdeliver, but
it's better to rely on our own host than add another 3rd party.)

Improves visibility (color) of <mark> a bit as well.
2017-12-10 22:59:18 +02:00