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