aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add docs to destination, label, titleLibravatar Titus Wormer2022-06-205-42/+245
|
* Add support for definitionsLibravatar Titus Wormer2022-06-175-2/+714
| | | | | | * 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-164-18/+323
|
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-164-7/+101
|
* Add support for hard break escapeLibravatar Titus Wormer2022-06-163-7/+68
|
* Add docs on sanitizing urls to autolinkLibravatar Titus Wormer2022-06-151-0/+18
|
* Add support for text in heading (atx)Libravatar Titus Wormer2022-06-151-0/+2
|
* Add code (text)Libravatar Titus Wormer2022-06-154-15/+230
|
* Add tests for character referenceLibravatar Titus Wormer2022-06-151-1/+1
| | | | | * Fix encoding of character references * Fix unneeded remainder in `nok` state
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-10/+14
| | | | | | * Fix a couple of forgotten line ending handling in html (text) * Fix missing initial case for html (text) not having a `<` 😬 * Add line ending handling to `text` construct
* Reorganize to split utilLibravatar Titus Wormer2022-06-143-6/+5
|
* Add docs on constructs, bnfLibravatar Titus Wormer2022-06-142-0/+56
|
* Add docs for html (text)Libravatar Titus Wormer2022-06-142-67/+289
|
* Add basic html (text)Libravatar Titus Wormer2022-06-132-0/+481
| | | | | | | * 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 some improved docsLibravatar Titus Wormer2022-06-139-22/+34
|
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-6/+4
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add autolinksLibravatar Titus Wormer2022-06-132-0/+328
|
* .Libravatar Titus Wormer2022-06-0810-0/+2595