Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded `content` content type | Titus Wormer | 2022-06-20 | 1 | -70/+0 |
| | |||||
* | Add support for definitions | Titus Wormer | 2022-06-17 | 1 | -44/+5 |
| | | | | | | * 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 | -3/+19 |
| | |||||
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 1 | -4/+13 |
| | | | | | | | * 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 proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -0/+84 |
- Add “content” content type - Add paragraph - Add skips - Add linked tokens |