Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-12-13 | Replace build script with private crate | Titus Wormer | 1 | -2/+8 | |
Closes GH-34. Closes GH-35. | |||||
2022-11-10 | Remove unneeded `extern crate`s | Hocdoc | 1 | -2/+0 | |
Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | |||||
2022-10-13 | Rename crate to `markdown` | Titus Wormer | 1 | -3/+3 | |
2022-10-11 | Refactor to use a bunch of `into` | Titus Wormer | 1 | -1/+1 | |
2022-10-06 | Refactor to split parse from compile options | Titus Wormer | 1 | -3/+6 | |
2022-09-26 | Add support for compiling to mdast | Titus Wormer | 1 | -1/+1 | |
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 1 | -2/+4 | |
2022-08-19 | Refactor to move more things to `util/` | Titus Wormer | 1 | -1/+1 | |
2022-08-18 | Add `pretty_assertions` to tests for diffs | Titus Wormer | 1 | -0/+1 | |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 1 | -2/+2 | |
2022-07-29 | Refactor to improve states | Titus Wormer | 1 | -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-22 | Refactor to remove unneeded tuples in every states | Titus Wormer | 1 | -2/+2 | |
2022-07-18 | Add support for turning off constructs | Titus Wormer | 1 | -7/+7 | |
2022-07-18 | Change to enable build script for commonmark tests again | Titus Wormer | 1 | -8/+5 | |
2022-07-15 | Fix formatting of `commonmark` tests | Titus Wormer | 1 | -0/+1 | |
2022-07-15 | Add all commonmark tests | Titus Wormer | 1 | -0/+88 | |
2022-07-05 | Fix typo | Titus Wormer | 1 | -1/+1 | |
2022-07-04 | Refactor code style | Titus Wormer | 1 | -6/+1 | |
2022-07-04 | Use Rust to crawl unicode | Titus Wormer | 1 | -0/+70 | |