aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor to move options to `lib/`Libravatar Titus Wormer2022-07-181-1/+159
|
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-0/+1
|
* Refactor to do some to dosLibravatar Titus Wormer2022-07-051-2/+2
|
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-0/+1
|
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-5/+6
| | | | | | * 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 sanitizing urlsLibravatar Titus Wormer2022-06-131-0/+1
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add basic subtokenization, string content in fenced codeLibravatar Titus Wormer2022-06-091-0/+1
|
* .Libravatar Titus Wormer2022-06-081-0/+52