Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -2/+2 |
| | |||||
* | Refactor to clean and document `space_or_tab` | Titus Wormer | 2022-07-01 | 1 | -0/+6 |
| | |||||
* | Add support for trimming whitespace around string, text | Titus Wormer | 2022-06-30 | 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 | ||||
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 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 | ||||
* | Add some improved docs | Titus Wormer | 2022-06-13 | 1 | -2/+0 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+66 |