Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-30 | Add support for trimming whitespace around string, text | Titus Wormer | 1 | -6/+5 | |
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-16 | Add heading (setext) | Titus Wormer | 1 | -6/+5 | |
2022-06-15 | Update to enable some tests for added constructs | Titus Wormer | 1 | -7/+6 | |
2022-06-10 | Add proper support for subtokenization | Titus Wormer | 1 | -5/+6 | |
- Add “content” content type - Add paragraph - Add skips - Add linked tokens | |||||
2022-06-09 | Add temporary support for stripping whitespace | Titus Wormer | 1 | -6/+5 | |
2022-06-09 | Add support for indented lines in paragraphs | Titus Wormer | 1 | -1/+1 | |