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