about summary refs log tree commit diff stats
path: root/adapter/format/md2html.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Only ignore when prev/next chars are not alnum.
* 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