Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-09-12 | Fix gfm email autolink literals overlapping | Titus Wormer | 2 | -14/+14 |
2022-09-12 | Fix blank lines in labels | Titus Wormer | 1 | -1/+2 |
2022-09-12 | Fix whitespace in GFM footnote definition identifiers | Titus Wormer | 5 | -33/+126 |
2022-09-09 | Add docs for mdx expressions | Titus Wormer | 4 | -30/+293 |
2022-09-09 | Add support for mdx attribute (value) expressions | Titus Wormer | 4 | -10/+81 |
2022-09-09 | Add mdx expression (flow, text) | Titus Wormer | 11 | -12/+306 |
2022-09-09 | Add some missing docs | Titus Wormer | 1 | -14/+9 |
2022-09-09 | Fix to allow blank lines in mdx jsx (flow) | Titus Wormer | 2 | -50/+22 |
2022-09-09 | Refactor to move byte, char info to own file | Titus Wormer | 9 | -215/+225 |
2022-09-09 | Add docs to mdx jsx | Titus Wormer | 3 | -4/+355 |
2022-09-08 | Refactor to order states | Titus Wormer | 1 | -197/+194 |
2022-09-08 | Add docs to mdx jsx events | Titus Wormer | 1 | -24/+437 |
2022-09-08 | Add support for mdx jsx (flow) | Titus Wormer | 8 | -95/+219 |
2022-09-08 | Refactor to move jsx parsing to partial | Titus Wormer | 4 | -1001/+1014 |
2022-09-08 | Add tests for mdx jsx (text) | Titus Wormer | 2 | -12/+41 |
2022-09-07 | Fix debug message | Titus Wormer | 1 | -1/+1 |
2022-09-07 | Add support for recoverable syntax errors | Titus Wormer | 8 | -97/+175 |
2022-09-07 | Add support for unicode identifiers in JSX | Titus Wormer | 1 | -24/+95 |
2022-09-06 | Add initial states for MDX JSX (text) | Titus Wormer | 8 | -48/+1050 |
2022-09-05 | Add support for `mailto:`, `xmpp:` protocols | Titus Wormer | 4 | -16/+124 |
2022-09-05 | Fix some todos | Titus Wormer | 5 | -7/+12 |
2022-09-05 | Fix to implement GFM autolink literals exactly | Titus Wormer | 5 | -162/+805 |
2022-09-05 | Add support for getting `char`s from bytes | Titus Wormer | 2 | -21/+32 |
2022-09-05 | Fix shifting points past tabs | Titus Wormer | 1 | -9/+10 |
2022-09-05 | Fix to improve debug logging | Titus Wormer | 1 | -2/+16 |
2022-09-01 | Add support for GFM tagfilter | Titus Wormer | 8 | -77/+246 |
2022-08-31 | Add support for GFM tables | Titus Wormer | 14 | -36/+1648 |
2022-08-26 | Add support for math (flow) | Titus Wormer | 12 | -190/+424 |
2022-08-26 | Add support for math (text) | Titus Wormer | 12 | -312/+491 |
2022-08-25 | Add support for GFM footnotes | Titus Wormer | 17 | -147/+1527 |
2022-08-22 | Fix lazy paragraph after definition | Titus Wormer | 3 | -13/+63 |
2022-08-22 | Add support for GFM task list item | Titus Wormer | 10 | -12/+338 |
2022-08-22 | Add support for GFM strikethrough | Titus Wormer | 25 | -119/+307 |
2022-08-19 | Refactor to move more things to `util/` | Titus Wormer | 24 | -40/+44 |
2022-08-18 | Add support for GFM autolink literals | Titus Wormer | 11 | -199/+753 |
2022-08-16 | Add `no_std + alloc` | Titus Wormer | 21 | -2/+38 |
2022-08-16 | Add support for frontmatter | Titus Wormer | 12 | -17/+479 |
2022-08-16 | Update some last docs, bnf grammars | Titus Wormer | 17 | -111/+226 |
2022-08-15 | Refactor to proof docs, grammars | Titus Wormer | 38 | -424/+687 |
2022-08-15 | Add missing mark of `SpaceOrTab` as void event | Titus Wormer | 1 | -1/+2 |
2022-08-15 | Add derive of `Eq` where possible | Titus Wormer | 5 | -11/+11 |
2022-08-15 | Refactor to move `content` to `construct` | Titus Wormer | 38 | -138/+130 |
2022-08-15 | Refactor to move some things to `parser` | Titus Wormer | 2 | -26/+20 |
2022-08-15 | Refactor to rename list construct to list item | Titus Wormer | 10 | -72/+73 |
2022-08-15 | Refactor paragraph, data resolvers | Titus Wormer | 2 | -44/+50 |
2022-08-15 | Refactor to solve some clippy issues | Titus Wormer | 2 | -52/+50 |
2022-08-12 | Refactor to attempt less if never needed | Titus Wormer | 14 | -293/+367 |
2022-08-12 | Refactor to improve entering | Titus Wormer | 13 | -96/+144 |
2022-08-12 | Refactor to improve some names | Titus Wormer | 4 | -27/+27 |
2022-08-12 | Remove unneeded state | Titus Wormer | 2 | -23/+4 |