aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/content.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-06-17Add support for definitionsLibravatar Titus Wormer1-44/+5
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
2022-06-16Add heading (setext)Libravatar Titus Wormer1-3/+19
2022-06-13Add basic html (text)Libravatar Titus Wormer1-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 😅
2022-06-10Add proper support for subtokenizationLibravatar Titus Wormer1-0/+84
- Add “content” content type - Add paragraph - Add skips - Add linked tokens