Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix whitespace in GFM footnote definition identifiers | Titus Wormer | 2022-09-12 | 2 | -19/+106 |
| | | | | | | * 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 docs for mdx expressions | Titus Wormer | 2022-09-09 | 3 | -12/+152 |
| | |||||
* | Add support for mdx attribute (value) expressions | Titus Wormer | 2022-09-09 | 2 | -10/+70 |
| | |||||
* | Add mdx expression (flow, text) | Titus Wormer | 2022-09-09 | 7 | -4/+242 |
| | |||||
* | Add some missing docs | Titus Wormer | 2022-09-09 | 1 | -14/+9 |
| | |||||
* | Fix to allow blank lines in mdx jsx (flow) | Titus Wormer | 2022-09-09 | 1 | -44/+22 |
| | |||||
* | Refactor to move byte, char info to own file | Titus Wormer | 2022-09-09 | 4 | -79/+55 |
| | |||||
* | Add docs to mdx jsx | Titus Wormer | 2022-09-09 | 3 | -4/+355 |
| | |||||
* | Add support for mdx jsx (flow) | Titus Wormer | 2022-09-08 | 4 | -74/+143 |
| | |||||
* | Refactor to move jsx parsing to partial | Titus Wormer | 2022-09-08 | 3 | -945/+954 |
| | |||||
* | Add tests for mdx jsx (text) | Titus Wormer | 2022-09-08 | 1 | -11/+36 |
| | |||||
* | Add support for recoverable syntax errors | Titus Wormer | 2022-09-07 | 2 | -53/+56 |
| | |||||
* | Add support for unicode identifiers in JSX | Titus Wormer | 2022-09-07 | 1 | -24/+95 |
| | |||||
* | Add initial states for MDX JSX (text) | Titus Wormer | 2022-09-06 | 4 | -47/+911 |
| | |||||
* | Add support for `mailto:`, `xmpp:` protocols | Titus Wormer | 2022-09-05 | 2 | -12/+54 |
| | |||||
* | Fix some todos | Titus Wormer | 2022-09-05 | 3 | -6/+5 |
| | |||||
* | Fix to implement GFM autolink literals exactly | Titus Wormer | 2022-09-05 | 3 | -158/+712 |
| | |||||
* | Add support for getting `char`s from bytes | Titus Wormer | 2022-09-05 | 1 | -21/+10 |
| | |||||
* | Add support for GFM tagfilter | Titus Wormer | 2022-09-01 | 2 | -2/+2 |
| | |||||
* | Add support for GFM tables | Titus Wormer | 2022-08-31 | 8 | -29/+1077 |
| | |||||
* | Add support for math (flow) | Titus Wormer | 2022-08-26 | 6 | -106/+205 |
| | |||||
* | Add support for math (text) | Titus Wormer | 2022-08-26 | 8 | -239/+301 |
| | |||||
* | Add support for GFM footnotes | Titus Wormer | 2022-08-25 | 11 | -104/+717 |
| | |||||
* | Fix lazy paragraph after definition | Titus Wormer | 2022-08-22 | 2 | -10/+60 |
| | |||||
* | Add support for GFM task list item | Titus Wormer | 2022-08-22 | 3 | -1/+167 |
| | |||||
* | Add support for GFM strikethrough | Titus Wormer | 2022-08-22 | 21 | -112/+169 |
| | |||||
* | Refactor to move more things to `util/` | Titus Wormer | 2022-08-19 | 15 | -32/+37 |
| | |||||
* | Add support for GFM autolink literals | Titus Wormer | 2022-08-18 | 6 | -75/+407 |
| | |||||
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 9 | -0/+9 |
| | |||||
* | Add support for frontmatter | Titus Wormer | 2022-08-16 | 6 | -16/+327 |
| | |||||
* | Update some last docs, bnf grammars | Titus Wormer | 2022-08-16 | 17 | -111/+226 |
| | |||||
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 21 | -241/+419 |
| | |||||
* | Refactor to move `content` to `construct` | Titus Wormer | 2022-08-15 | 32 | -38/+1037 |
| | |||||
* | Refactor to rename list construct to list item | Titus Wormer | 2022-08-15 | 4 | -27/+27 |
| | |||||
* | Refactor paragraph, data resolvers | Titus Wormer | 2022-08-15 | 2 | -44/+50 |
| | |||||
* | Refactor to solve some clippy issues | Titus Wormer | 2022-08-15 | 1 | -51/+50 |
| | |||||
* | Refactor to attempt less if never needed | Titus Wormer | 2022-08-12 | 14 | -293/+367 |
| | |||||
* | Refactor to improve entering | Titus Wormer | 2022-08-12 | 9 | -58/+113 |
| | |||||
* | Refactor to improve some names | Titus Wormer | 2022-08-12 | 3 | -15/+15 |
| | |||||
* | Remove unneeded state | Titus Wormer | 2022-08-12 | 1 | -21/+4 |
| | |||||
* | Remove `match` statements if clumsy | Titus Wormer | 2022-08-12 | 18 | -410/+368 |
| | |||||
* | Refactor to improve docs of each function | Titus Wormer | 2022-08-12 | 28 | -440/+420 |
| | |||||
* | Refactor attempts to remove unneeded state name | Titus Wormer | 2022-08-11 | 15 | -270/+236 |
| | |||||
* | Refactor to handle definitions when parsing | Titus Wormer | 2022-08-11 | 1 | -3/+34 |
| | |||||
* | Remove unneeded `balance` info on label starts | Titus Wormer | 2022-08-11 | 3 | -43/+10 |
| | |||||
* | Refactor to move `space_or_tab_eol` to own file | Titus Wormer | 2022-08-11 | 28 | -276/+292 |
| | |||||
* | Remove boxes around resolvers | Titus Wormer | 2022-08-11 | 9 | -16/+22 |
| | |||||
* | Refactor to move some code to `event.rs` | Titus Wormer | 2022-08-11 | 29 | -859/+878 |
| | |||||
* | Refactor to move some code to `state.rs` | Titus Wormer | 2022-08-11 | 28 | -462/+468 |
| | |||||
* | Refactor internal docs, code style of tokenizer | Titus Wormer | 2022-08-11 | 12 | -90/+133 |
| |