Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-05 | Refactor code style | Titus Wormer | 1 | -2/+2 | |
2022-07-01 | Refactor to clean and document `space_or_tab` | Titus Wormer | 1 | -0/+6 | |
2022-06-30 | Add support for trimming whitespace around string, text | Titus Wormer | 1 | -0/+56 | |
This commit introduces trimming initial and final whitespace around the whole string or text, or around line endings inside that string or text. * Add `register_resolver_before`, to run resolvers earlier than others, used for labels * Add resolver to merge `data` events, which are the most frequent token that occurs, and can happen adjacently. In `micromark-js` this sped up parsing a lot * Fix a bug where a virtual space was not seen as an okay event * Refactor to enable all turned off whitespace tests | |||||
2022-06-20 | Add improved whitespace handling | Titus Wormer | 1 | -64/+0 | |
* add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves | |||||
2022-06-13 | Add some improved docs | Titus Wormer | 1 | -2/+0 | |