Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-06-20 | Add support for BOM | 2 | -0/+14 | |
2022-06-20 | Refactor some code | 1 | -32/+31 | |
2022-06-20 | Fix bug with tabs | 1 | -1/+6 | |
2022-06-20 | Add some more enabled tests | 5 | -7/+0 | |
2022-06-20 | Add support for line endings in string | 8 | -64/+133 | |
2022-06-20 | Add improved whitespace handling | 18 | -541/+324 | |
2022-06-20 | Add paragraph | 11 | -141/+215 | |
2022-06-20 | Remove unneeded `content` content type | 11 | -116/+40 | |
2022-06-20 | Remove unneeded `pub` keywords | 6 | -73/+58 | |
2022-06-20 | Add docs to destination, label, title | 5 | -42/+245 | |
2022-06-17 | Add support for definitions | 12 | -71/+835 | |
2022-06-16 | Add heading (setext) | 8 | -91/+428 | |
2022-06-16 | Refactor to reorder thing alphabetically | 4 | -189/+176 | |
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 |