Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -1/+1 |
| | |||||
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -0/+2 |
| | |||||
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 1 | -17/+13 |
| | |||||
* | Refactor to improve states | Titus Wormer | 2022-07-29 | 1 | -15/+24 |
| | | | | | | | | | | | | * 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 improve allocation around strings | Titus Wormer | 2022-07-20 | 1 | -8/+5 |
| | |||||
* | Fix edge case in identifier normalization | Titus Wormer | 2022-07-18 | 1 | -1/+9 |
| | |||||
* | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 2022-07-11 | 1 | -1/+0 |
| | |||||
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -1/+1 |
| | |||||
* | Add some more crosslinks to docs | Titus Wormer | 2022-06-28 | 1 | -3/+2 |
| | |||||
* | Add docs on normalizing identifiers, matching | Titus Wormer | 2022-06-22 | 1 | -2/+33 |
| | |||||
* | Add support for normalizing identifiers | Titus Wormer | 2022-06-22 | 1 | -0/+37 |