aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/flow.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-2/+2
|
* Add text content typeLibravatar Titus Wormer2022-06-101-5/+9
| | | | | * Add character reference and character escapes in text * Add recursive subtokenization
* Add proper support for subtokenizationLibravatar Titus Wormer2022-06-101-19/+26
| | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens
* Add basic subtokenization, string content in fenced codeLibravatar Titus Wormer2022-06-091-17/+6
|
* Refactor to pass more slices aroundLibravatar Titus Wormer2022-06-091-1/+1
|
* Add support for indented lines in paragraphsLibravatar Titus Wormer2022-06-091-23/+20
|
* Add basic support for interrupting contentLibravatar Titus Wormer2022-06-091-69/+95
|
* .Libravatar Titus Wormer2022-06-081-0/+258