Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-21 | Make data a construct | Titus Wormer | 1 | -5/+15 | |
2022-06-20 | Add improved whitespace handling | Titus Wormer | 1 | -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-20 | Add paragraph | Titus Wormer | 1 | -1/+2 | |
2022-06-20 | Remove unneeded `content` content type | Titus Wormer | 1 | -1/+0 | |
2022-06-20 | Add docs to destination, label, title | Titus Wormer | 1 | -1/+1 | |
2022-06-17 | Add support for definitions | Titus Wormer | 1 | -2/+6 | |
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok` | |||||
2022-06-16 | Add heading (setext) | Titus Wormer | 1 | -1/+2 | |
2022-06-16 | Add support for hard break (trailing) | Titus Wormer | 1 | -1/+3 | |
2022-06-16 | Add support for hard break escape | Titus Wormer | 1 | -1/+2 | |
2022-06-15 | Add code (text) | Titus Wormer | 1 | -1/+2 | |
2022-06-14 | Reorganize to split util | Titus Wormer | 1 | -1/+0 | |
2022-06-14 | Add docs on constructs, bnf | Titus Wormer | 1 | -0/+54 | |
2022-06-13 | Add basic html (text) | Titus Wormer | 1 | -0/+1 | |
* Add all states for html (text) * Fix to link paragraph tokens together * Add note about uncovered bug where linking paragraph tokens together doesn’t work 😅 | |||||
2022-06-13 | Add autolinks | Titus Wormer | 1 | -0/+1 | |