aboutsummaryrefslogtreecommitdiffstats
path: root/examples/lib.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-09-09Add mdx exampleLibravatar Titus Wormer1-0/+14
2022-09-08Add tests for mdx jsx (text)Libravatar Titus Wormer1-3/+5
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer1-0/+1
2022-08-31Update exampleLibravatar Titus Wormer1-2/+1
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-0/+1
2022-08-19Add some docsLibravatar Titus Wormer1-1/+1
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer1-1/+13
2022-08-16Add support for frontmatterLibravatar Titus Wormer1-1/+16
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-1/+1
2022-07-05Fix exampleLibravatar Titus Wormer1-2/+19
2022-07-04Add more tests for attentionLibravatar Titus Wormer1-19/+2
2022-07-01Fix exampleLibravatar Titus Wormer1-2/+18
2022-06-30Update todosLibravatar Titus Wormer1-18/+2
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-3/+4
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style
2022-06-13Add support for sanitizing urlsLibravatar Titus Wormer1-1/+2
* Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously