aboutsummaryrefslogtreecommitdiffstats
path: root/tests/code_text.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-1/+0
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
2022-10-14Refactor to use default trait in testsLibravatar Titus Wormer1-6/+6
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-29/+29
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-3/+3
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-7/+13
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-2/+4
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+29
See: <https://github.com/syntax-tree/mdast>.
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-3/+5
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-14/+22
2022-06-21Add support for inferring line ending, configurableLibravatar Titus Wormer1-2/+3
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style
2022-06-15Add code (text)Libravatar Titus Wormer1-0/+162