about summary refs log tree commit diff stats
path: root/adapter/format/md2html.nim
Commit message (Expand)AuthorAgeFilesLines
* md2html: code, pre, inline fixesbptato2024-09-071-120/+193
* md2html: misc inline fixesbptato2024-09-011-114/+160
* md2html: support blockquotebptato2024-08-301-8/+26
* md2html: label headings with their levelbptato2024-08-111-1/+2
* md2html: include numbers in idsbptato2024-06-031-3/+3
* adapter: update code stylebptato2024-04-261-11/+11
* md2html: add trailing double space to <br> conversionbptato2024-04-021-0/+2
* md2html: convert <https://example.org> to anchorbptato2024-03-121-1/+32
* md2html: convert & to &amp; in codebptato2024-02-211-0/+1
* md2html: add indentation-based code blocksbptato2024-02-191-2/+52
* md2html: add support for strikethroughbptato2024-02-051-1/+7
* md2html: improved underscore ignoring rulesbptato2024-02-011-2/+4
* md2html: skip space after list item startbptato2024-02-011-2/+2
* md2html: detect lists starting with dashbptato2024-02-011-1/+1
* Add default md2html converterbptato2024-01-301-0/+380