Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-06-16 | Add support for hard break (trailing) | 9 | -17/+132 | |
2022-06-16 | Add support for hard break escape | 6 | -13/+89 | |
2022-06-15 | Add docs on sanitizing urls to autolink | 2 | -2/+20 | |
2022-06-15 | Add support for text in heading (atx) | 2 | -4/+8 | |
2022-06-15 | Add code (text) | 7 | -31/+293 | |
2022-06-15 | Add tests for constants | 1 | -0/+46 | |
2022-06-15 | Add tests for character reference | 2 | -2/+2 | |
2022-06-14 | Fix support for deep subtokenization | 3 | -26/+47 | |
2022-06-14 | Add examples to some docs | 3 | -2/+70 | |
2022-06-14 | Reorganize to split util | 13 | -375/+398 | |
2022-06-14 | Add docs on constructs, bnf | 2 | -0/+56 | |
2022-06-14 | Add docs for html (text) | 4 | -68/+291 | |
2022-06-13 | Add basic html (text) | 7 | -16/+552 | |
2022-06-13 | Add some improved docs | 9 | -22/+34 | |
2022-06-13 | Add support for sanitizing urls | 4 | -15/+130 | |
2022-06-13 | Add autolinks | 6 | -6/+383 | |
2022-06-10 | Add text content type | 7 | -21/+104 | |
2022-06-10 | Add proper support for subtokenization | 7 | -123/+279 | |
2022-06-09 | Add basic subtokenization, string content in fenced code | 7 | -46/+100 | |
2022-06-09 | Refactor to pass more slices around | 4 | -8/+8 | |
2022-06-09 | Add temporary support for stripping whitespace | 1 | -4/+8 | |
2022-06-09 | Add support for indented lines in paragraphs | 1 | -23/+20 | |
2022-06-09 | Add basic support for interrupting content | 3 | -72/+154 |