aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-20Add support for line endings in stringLibravatar Titus Wormer1-2/+2
2022-06-20Add improved whitespace handlingLibravatar Titus Wormer1-1/+1
* add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
2022-06-20Add paragraphLibravatar Titus Wormer1-1/+3
2022-06-20Remove unneeded `content` content typeLibravatar Titus Wormer1-15/+10
2022-06-20Remove unneeded `pub` keywordsLibravatar Titus Wormer1-1/+1
2022-06-20Add docs to destination, label, titleLibravatar Titus Wormer1-1/+1
2022-06-17Add support for definitionsLibravatar Titus Wormer1-6/+11
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
2022-06-16Add heading (setext)Libravatar Titus Wormer1-4/+4
2022-06-16Add support for hard break (trailing)Libravatar Titus Wormer1-4/+4
2022-06-16Add support for hard break escapeLibravatar Titus Wormer1-2/+4
2022-06-15Add support for text in heading (atx)Libravatar Titus Wormer1-1/+1
2022-06-15Add code (text)Libravatar Titus Wormer1-2/+2
2022-06-15Update to enable some tests for added constructsLibravatar Titus Wormer1-0/+2
2022-06-14Update to dosLibravatar Titus Wormer1-2/+2
2022-06-14Reorganize to split utilLibravatar Titus Wormer1-1/+1
2022-06-14Add docs on constructs, bnfLibravatar Titus Wormer1-1/+1
2022-06-14Add docs for html (text)Libravatar Titus Wormer1-2/+12
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer1-2/+2
* Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
2022-06-13Add autolinksLibravatar Titus Wormer1-2/+3
2022-06-10Add text content typeLibravatar Titus Wormer1-3/+3
* Add character reference and character escapes in text * Add recursive subtokenization
2022-06-10Add proper support for subtokenizationLibravatar Titus Wormer1-2/+5
- Add “content” content type - Add paragraph - Add skips - Add linked tokens
2022-06-09Add temporary support for stripping whitespaceLibravatar Titus Wormer1-0/+1
2022-06-08Add link in readmeLibravatar Titus Wormer1-0/+3