aboutsummaryrefslogtreecommitdiffstats
path: root/src/to_html.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ability to enable or disable html checkbox checkabilityLibravatar cel 🌸2023-08-151-1/+4
|
* Refactor code-style for Rust 1.65Libravatar Hocdoc2022-11-101-1/+1
| | | | | | Closes GH-29. Reviewed-by: Titus Wormer <tituswormer@gmail.com> Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
* Remove `must_use` if tarpaulin doesn’t understand themLibravatar Titus Wormer2022-10-141-3/+2
| | | | | Also moves some code to separate files, in the hopes that tarpaulin understands them.
* Remove some unused code around slicesLibravatar Titus Wormer2022-10-141-6/+3
|
* Refactor some code to improve coverageLibravatar Titus Wormer2022-10-131-24/+18
|
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-1/+1
|
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-3/+3
|
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-4/+4
|
* Add support for HTML 4 character references in JSX attributesLibravatar Titus Wormer2022-10-061-9/+3
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-205/+43
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add structs, enums for `mdast`Libravatar Titus Wormer2022-09-191-0/+1922