Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace in GFM footnote definition identifiers | 2022-09-12 | 1 | -0/+8 | |
| | | | | | | * Fix a crash on line endings in footnote definitions * Fix to match spaces and tabs in identifiers to `cmark-gfm` * Fix order of one attribute | ||||
* | Add support for mdx attribute (value) expressions | 2022-09-09 | 1 | -0/+9 | |
| | |||||
* | Add mdx expression (flow, text) | 2022-09-09 | 1 | -0/+28 | |
| | |||||
* | Fix to allow blank lines in mdx jsx (flow) | 2022-09-09 | 1 | -6/+0 | |
| | |||||
* | Refactor to order states | 2022-09-08 | 1 | -197/+194 | |
| | |||||
* | Add support for mdx jsx (flow) | 2022-09-08 | 1 | -1/+25 | |
| | |||||
* | Refactor to move jsx parsing to partial | 2022-09-08 | 1 | -56/+60 | |
| | |||||
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -1/+24 | |
| | |||||
* | Add initial states for MDX JSX (text) | 2022-09-06 | 1 | -0/+64 | |
| | |||||
* | Fix to implement GFM autolink literals exactly | 2022-09-05 | 1 | -0/+60 | |
| | |||||
* | Add support for GFM tables | 2022-08-31 | 1 | -0/+51 | |
| | |||||
* | Add support for math (flow) | 2022-08-26 | 1 | -36/+36 | |
| | |||||
* | Add support for math (text) | 2022-08-26 | 1 | -10/+10 | |
| | |||||
* | Add support for GFM footnotes | 2022-08-25 | 1 | -0/+34 | |
| | |||||
* | Add support for GFM task list item | 2022-08-22 | 1 | -0/+14 | |
| | |||||
* | Add support for frontmatter | 2022-08-16 | 1 | -0/+24 | |
| | |||||
* | Refactor to proof docs, grammars | 2022-08-15 | 1 | -3/+5 | |
| | |||||
* | Add derive of `Eq` where possible | 2022-08-15 | 1 | -2/+2 | |
| | |||||
* | Refactor to move `content` to `construct` | 2022-08-15 | 1 | -32/+33 | |
| | |||||
* | Refactor to rename list construct to list item | 2022-08-15 | 1 | -30/+30 | |
| | |||||
* | Remove unneeded state | 2022-08-12 | 1 | -2/+0 | |
| | |||||
* | Remove `match` statements if clumsy | 2022-08-12 | 1 | -2/+0 | |
| | |||||
* | Refactor to improve docs of each function | 2022-08-12 | 1 | -11/+5 | |
| | |||||
* | Refactor to move `space_or_tab_eol` to own file | 2022-08-11 | 1 | -5/+5 | |
| | |||||
* | Refactor to move some code to `state.rs` | 2022-08-11 | 1 | -0/+622 | |