Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo | Titus Wormer | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Add some numbers to readme | Titus Wormer | 2022-09-09 | 1 | -1/+1 |
| | |||||
* | Add example of syntax highlighting to readme | Titus Wormer | 2022-09-09 | 1 | -0/+94 |
| | |||||
* | Add MDX extensions to readme | Titus Wormer | 2022-09-09 | 1 | -2/+8 |
| | |||||
* | Add mdx example | Titus Wormer | 2022-09-09 | 1 | -0/+14 |
| | |||||
* | Add docs for mdx expressions | Titus Wormer | 2022-09-09 | 5 | -31/+294 |
| | |||||
* | Add support for mdx attribute (value) expressions | Titus Wormer | 2022-09-09 | 6 | -180/+248 |
| | |||||
* | Add mdx expression (flow, text) | Titus Wormer | 2022-09-09 | 14 | -17/+818 |
| | |||||
* | 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 | 2 | -50/+22 |
| | |||||
* | Refactor to move byte, char info to own file | Titus Wormer | 2022-09-09 | 9 | -215/+225 |
| | |||||
* | Add docs to mdx jsx | Titus Wormer | 2022-09-09 | 3 | -4/+355 |
| | |||||
* | Refactor to order states | Titus Wormer | 2022-09-08 | 1 | -197/+194 |
| | |||||
* | Add docs to mdx jsx events | Titus Wormer | 2022-09-08 | 1 | -24/+437 |
| | |||||
* | Add support for mdx jsx (flow) | Titus Wormer | 2022-09-08 | 10 | -95/+373 |
| | |||||
* | Refactor to move jsx parsing to partial | Titus Wormer | 2022-09-08 | 4 | -1001/+1014 |
| | |||||
* | Update test count in readme | Titus Wormer | 2022-09-08 | 1 | -1/+1 |
| | |||||
* | Fix example in readme | Titus Wormer | 2022-09-08 | 1 | -2/+4 |
| | |||||
* | Add tests for mdx jsx (text) | Titus Wormer | 2022-09-08 | 4 | -15/+867 |
| | |||||
* | Fix debug message | Titus Wormer | 2022-09-07 | 1 | -1/+1 |
| | |||||
* | Add support for recoverable syntax errors | Titus Wormer | 2022-09-07 | 49 | -1388/+1550 |
| | |||||
* | Add support for unicode identifiers in JSX | Titus Wormer | 2022-09-07 | 2 | -24/+97 |
| | |||||
* | Add initial states for MDX JSX (text) | Titus Wormer | 2022-09-06 | 8 | -48/+1050 |
| | |||||
* | Update docs for extensions | Titus Wormer | 2022-09-05 | 1 | -14/+11 |
| | |||||
* | Add support for `mailto:`, `xmpp:` protocols | Titus Wormer | 2022-09-05 | 5 | -16/+167 |
| | |||||
* | Fix some todos | Titus Wormer | 2022-09-05 | 5 | -7/+12 |
| | |||||
* | Fix to implement GFM autolink literals exactly | Titus Wormer | 2022-09-05 | 6 | -164/+3245 |
| | |||||
* | Add support for getting `char`s from bytes | Titus Wormer | 2022-09-05 | 2 | -21/+32 |
| | |||||
* | Fix shifting points past tabs | Titus Wormer | 2022-09-05 | 1 | -9/+10 |
| | |||||
* | Fix to improve debug logging | Titus Wormer | 2022-09-05 | 1 | -2/+16 |
| | |||||
* | Add support for GFM tagfilter | Titus Wormer | 2022-09-01 | 11 | -80/+371 |
| | |||||
* | Update example | Titus Wormer | 2022-08-31 | 1 | -2/+1 |
| | |||||
* | Update `readme.md` | Titus Wormer | 2022-08-31 | 1 | -2/+2 |
| | |||||
* | Add support for GFM tables | Titus Wormer | 2022-08-31 | 16 | -36/+3442 |
| | |||||
* | Add support for math (flow) | Titus Wormer | 2022-08-26 | 15 | -221/+699 |
| | |||||
* | Add support for math (text) | Titus Wormer | 2022-08-26 | 14 | -313/+682 |
| | |||||
* | Add support for GFM footnotes | Titus Wormer | 2022-08-25 | 19 | -148/+3058 |
| | |||||
* | Fix lazy paragraph after definition | Titus Wormer | 2022-08-22 | 6 | -13/+93 |
| | |||||
* | Add support for GFM task list item | Titus Wormer | 2022-08-22 | 13 | -13/+578 |
| | |||||
* | Add support for GFM strikethrough | Titus Wormer | 2022-08-22 | 28 | -120/+696 |
| | |||||
* | Refactor to move more things to `util/` | Titus Wormer | 2022-08-19 | 26 | -45/+45 |
| | |||||
* | Refactor to loosen ranges in `Cargo.toml` | Titus Wormer | 2022-08-19 | 1 | -3/+3 |
| | |||||
* | Add link to project info to `contribute.md` | Titus Wormer | 2022-08-19 | 1 | -0/+2 |
| | |||||
* | Add contents | Titus Wormer | 2022-08-19 | 1 | -4/+10 |
| | |||||
* | Add contributing, support guide | Titus Wormer | 2022-08-19 | 3 | -5/+126 |
| | |||||
* | Refactor to clean some scripts in readme | Titus Wormer | 2022-08-19 | 1 | -2/+2 |
| | |||||
* | Add discussions | Titus Wormer | 2022-08-19 | 1 | -4/+4 |
| | |||||
* | Add some docs | Titus Wormer | 2022-08-19 | 2 | -86/+333 |
| | |||||
* | Add logo to readme | Titus Wormer | 2022-08-19 | 1 | -0/+2 |
| | |||||
* | Add logo | Titus Wormer | 2022-08-19 | 1 | -0/+54 |
| |