aboutsummaryrefslogtreecommitdiffstats
path: root/examples (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add `log` feature, document featuresLibravatar Titus Wormer2023-02-101-1/+1
|
* Remove unneeded `extern crate`sLibravatar Hocdoc2022-11-101-2/+0
| | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-13/+13
|
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-15/+10
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-21/+4
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add mdx exampleLibravatar Titus Wormer2022-09-091-0/+14
|
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-081-3/+5
|
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-011-0/+1
|
* Update exampleLibravatar Titus Wormer2022-08-311-2/+1
|
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-0/+1
|
* Add some docsLibravatar Titus Wormer2022-08-191-1/+1
|
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-181-1/+13
|
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-1/+16
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-1/+1
|
* Fix exampleLibravatar Titus Wormer2022-07-051-2/+19
|
* Add more tests for attentionLibravatar Titus Wormer2022-07-041-19/+2
|
* Fix exampleLibravatar Titus Wormer2022-07-011-2/+18
|
* Update todosLibravatar Titus Wormer2022-06-301-18/+2
|
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-3/+4
| | | | | | * 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-1/+2
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* .Libravatar Titus Wormer2022-06-081-0/+22