aboutsummaryrefslogtreecommitdiffstats
path: root/tests/autolink.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make data a constructLibravatar Titus Wormer2022-06-211-1/+1
|
* 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 improved whitespace handlingLibravatar Titus Wormer2022-06-201-1/+1
| | | | | | * add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-25/+38
| | | | | | * 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-131-0/+247