Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-06-21 | Add support for inferring line ending, configurable | Titus Wormer | 1 | -5/+7 |
2022-06-20 | Add support for BOM | Titus Wormer | 1 | -1/+1 |
2022-06-20 | Fix bug with tabs | Titus Wormer | 1 | -2/+2 |
2022-06-20 | Add support for line endings in string | Titus Wormer | 1 | -2/+2 |
2022-06-20 | Add improved whitespace handling | Titus Wormer | 1 | -1/+1 |
2022-06-20 | Add paragraph | Titus Wormer | 1 | -1/+3 |
2022-06-20 | Remove unneeded `content` content type | Titus Wormer | 1 | -15/+10 |
2022-06-20 | Remove unneeded `pub` keywords | Titus Wormer | 1 | -1/+1 |
2022-06-20 | Add docs to destination, label, title | Titus Wormer | 1 | -1/+1 |
2022-06-17 | Add support for definitions | Titus Wormer | 1 | -6/+11 |
2022-06-16 | Add heading (setext) | Titus Wormer | 1 | -4/+4 |
2022-06-16 | Add support for hard break (trailing) | Titus Wormer | 1 | -4/+4 |
2022-06-16 | Add support for hard break escape | Titus Wormer | 1 | -2/+4 |
2022-06-15 | Add support for text in heading (atx) | Titus Wormer | 1 | -1/+1 |
2022-06-15 | Add code (text) | Titus Wormer | 1 | -2/+2 |
2022-06-15 | Update to enable some tests for added constructs | Titus Wormer | 1 | -0/+2 |
2022-06-14 | Update to dos | Titus Wormer | 1 | -2/+2 |
2022-06-14 | Reorganize to split util | Titus Wormer | 1 | -1/+1 |
2022-06-14 | Add docs on constructs, bnf | Titus Wormer | 1 | -1/+1 |
2022-06-14 | Add docs for html (text) | Titus Wormer | 1 | -2/+12 |
2022-06-13 | Add support for sanitizing urls | Titus Wormer | 1 | -2/+2 |
2022-06-13 | Add autolinks | Titus Wormer | 1 | -2/+3 |
2022-06-10 | Add text content type | Titus Wormer | 1 | -3/+3 |
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 1 | -2/+5 |
2022-06-09 | Add temporary support for stripping whitespace | Titus Wormer | 1 | -0/+1 |
2022-06-08 | Add link in readme | Titus Wormer | 1 | -0/+3 |