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