aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/content.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded `content` content typeLibravatar Titus Wormer2022-06-201-70/+0
|
* Add support for definitionsLibravatar Titus Wormer2022-06-171-44/+5
| | | | | | * Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
* Add heading (setext)Libravatar Titus Wormer2022-06-161-3/+19
|
* Add basic html (text)Libravatar Titus Wormer2022-06-131-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 subtokenizationLibravatar Titus Wormer2022-06-101-0/+84
- Add “content” content type - Add paragraph - Add skips - Add linked tokens