Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor to share a test utility | Titus Wormer | 2022-10-04 | 5 | -199/+234 | |
* | Add support for creating a component, using layout | Titus Wormer | 2022-10-03 | 5 | -2/+883 | |
* | Add support for turning hast into swc | Titus Wormer | 2022-09-30 | 9 | -99/+1480 | |
* | Update dev-dependencies | Titus Wormer | 2022-09-29 | 1 | -3/+3 | |
* | Add inline clippy config | Titus Wormer | 2022-09-29 | 3 | -4/+5 | |
* | Add note on future idea | Titus Wormer | 2022-09-29 | 1 | -0/+4 | |
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 64 | -467/+3851 | |
* | Add support for compiling to mdast | Titus Wormer | 2022-09-26 | 45 | -655/+4105 | |
* | Add structs, enums for `mdast` | Titus Wormer | 2022-09-19 | 5 | -16/+1134 | |
* | Add notes on fuzz testing to `readme.md` | Titus Wormer | 2022-09-19 | 1 | -1/+2 | |
* | Remove private APIs from site | Titus Wormer | 2022-09-19 | 1 | -1/+1 | |
* | Update `readme.md` | Titus Wormer | 2022-09-19 | 1 | -5/+3 | |
* | Add support for parsing MDX ESM, expressions | Titus Wormer | 2022-09-19 | 22 | -445/+1573 | |
* | Add clippy allow for wrong rule in actions | Titus Wormer | 2022-09-14 | 1 | -1/+1 | |
* | Fix to prefer flow over definitions, setext headings | Titus Wormer | 2022-09-14 | 26 | -355/+724 | |
* | Fix containers piercing into indented code | Titus Wormer | 2022-09-12 | 3 | -4/+16 | |
* | Fix gfm email autolink literals overlapping | Titus Wormer | 2022-09-12 | 3 | -16/+31 | |
* | Fix blank lines in labels | Titus Wormer | 2022-09-12 | 2 | -1/+16 | |
* | Fix whitespace in GFM footnote definition identifiers | Titus Wormer | 2022-09-12 | 6 | -142/+303 | |
* | Add fuzz testing | Christian Murphy | 2022-09-12 | 4 | -0/+49 | |
* | Add section on syntax errors to readme | Titus Wormer | 2022-09-09 | 1 | -0/+8 | |
* | Update count in readme | Titus Wormer | 2022-09-09 | 1 | -1/+1 | |
* | Fix typo | Titus Wormer | 2022-09-09 | 1 | -1/+1 | |
* | Refactor list ordering in readme | Titus Wormer | 2022-09-09 | 1 | -1/+1 | |
* | 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 |