Commit graph

2 commits

Author SHA1 Message Date
3cd0ce594c
This is the initial commit
This is a working parser and converter of gemtext to html.

It can properly parse and convert all parts of a gemtext document,
however there are still bugs and the html might not be 100% valid
html5 yet.

A known bug is that a list directly after a blockquote, without a
newline in between will cause the quote to contain the first element
of the list.
2021-04-28 10:12:37 +02:00
0694a46f90 Initial commit 2021-04-25 13:29:52 +00:00