aboutsummaryrefslogtreecommitdiffstats
path: root/generate/src/main.rs (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-12-13Replace build script with private crateLibravatar Titus Wormer1-2/+8
Closes GH-34. Closes GH-35.
2022-11-10Remove unneeded `extern crate`sLibravatar Hocdoc1-2/+0
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com>
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer1-3/+3
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer1-1/+1
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-3/+6
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-1/+1
See: <https://github.com/syntax-tree/mdast>.
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer1-2/+4
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-1/+1
2022-08-18Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer1-0/+1
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer1-2/+2
2022-07-29Refactor to improve statesLibravatar Titus Wormer1-1/+1
* Remove custom kind wrappers, use plain bytes instead * Remove `Into`s, use the explicit expected types instead * Refactor to use `slice.as_str` in most places * Remove unneeded unique check before adding a definition * Use a shared CDATA prefix in constants * Inline byte checks into matches * Pass bytes back from parser instead of whole parse state * Refactor to work more often on bytes * Rename custom `size` to `len`
2022-07-22Refactor to remove unneeded tuples in every statesLibravatar Titus Wormer1-2/+2
2022-07-18Add support for turning off constructsLibravatar Titus Wormer1-7/+7
2022-07-18Change to enable build script for commonmark tests againLibravatar Titus Wormer1-8/+5
2022-07-15Fix formatting of `commonmark` testsLibravatar Titus Wormer1-0/+1
2022-07-15Add all commonmark testsLibravatar Titus Wormer1-0/+88
2022-07-05Fix typoLibravatar Titus Wormer1-1/+1
2022-07-04Refactor code styleLibravatar Titus Wormer1-6/+1
2022-07-04Use Rust to crawl unicodeLibravatar Titus Wormer1-0/+70