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