aboutsummaryrefslogtreecommitdiffstats
path: root/src/compiler.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-06-15Add support for text in heading (atx)Libravatar Titus Wormer1-4/+6
2022-06-15Add code (text)Libravatar Titus Wormer1-7/+35
2022-06-15Add tests for character referenceLibravatar Titus Wormer1-1/+1
2022-06-14Add examples to some docsLibravatar Titus Wormer1-0/+48
2022-06-14Reorganize to split utilLibravatar Titus Wormer1-20/+24
2022-06-13Add basic html (text)Libravatar Titus Wormer1-2/+8
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer1-9/+25
2022-06-13Add autolinksLibravatar Titus Wormer1-2/+28
2022-06-10Add text content typeLibravatar Titus Wormer1-3/+1
2022-06-10Add proper support for subtokenizationLibravatar Titus Wormer1-15/+8
2022-06-09Add temporary support for stripping whitespaceLibravatar Titus Wormer1-4/+8
2022-06-09Add basic support for interrupting contentLibravatar Titus Wormer1-2/+2