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