aboutsummaryrefslogtreecommitdiffstats
path: root/tests/character_escape.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-2/+3
| | | | | | * Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style
* Add support for definitionsLibravatar Titus Wormer2022-06-171-1/+1
| | | | | | * 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-1/+1
|
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-6/+5
|
* Add code (text)Libravatar Titus Wormer2022-06-151-6/+5
|
* Add tests for character escapeLibravatar Titus Wormer2022-06-151-0/+91