aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor code styleLibravatar Titus Wormer2022-07-051-4/+4
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-7/+11
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-301-9/+13
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-301-2/+3
* Add link, images (resource)Libravatar Titus Wormer2022-06-241-5/+12
* Refactor to improve tokenizer, add docsLibravatar Titus Wormer2022-06-221-8/+10
* Make data a constructLibravatar Titus Wormer2022-06-211-41/+12
* Refactor to reorder thing alphabeticallyLibravatar Titus Wormer2022-06-161-1/+0
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-6/+9
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-3/+4
* Add code (text)Libravatar Titus Wormer2022-06-151-4/+6
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-7/+14
* Add docs for html (text)Libravatar Titus Wormer2022-06-141-1/+1
* Add basic html (text)Libravatar Titus Wormer2022-06-131-5/+9
* Add autolinksLibravatar Titus Wormer2022-06-131-4/+5
* Add text content typeLibravatar Titus Wormer2022-06-101-0/+80