Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add coverage to workflow | 2022-10-13 | 1 | -2/+2 | ||
* | Add some badges | 2022-10-13 | 1 | -11/+7 | ||
* | Add logo to readme | 2022-10-13 | 1 | -4/+8 | ||
* | Add note about `micromark` | 2022-10-13 | 1 | -0/+7 | ||
* | Add improved names to logos | 2022-10-13 | 4 | -0/+19 | ||
* | Add thanks for crate name | 2022-10-13 | 1 | -2/+5 | ||
* | Add masks to logos | 2022-10-13 | 2 | -5/+15 | ||
* | Rename crate to `markdown` | 2022-10-13 | 79 | -2725/+2711 | ||
* | Fix typo | 2022-10-12 | 1 | -2/+2 | ||
* | Add internals to compile JSX away (wip) | 2022-10-12 | 5 | -1/+378 | ||
* | Add note about crate logo | 2022-10-12 | 1 | -0/+3 | ||
* | Add Thanks section to readme | 2022-10-12 | 1 | -5/+11 | ||
* | Remove some superfluous docs | 2022-10-12 | 1 | -146/+2 | ||
* | Add code of conduct, improve docs | 2022-10-12 | 4 | -171/+352 | ||
* | Refactor to improve some module docs | 2022-10-12 | 12 | -22/+24 | ||
* | Add improved logos | 2022-10-12 | 4 | -54/+53 | ||
* | Refactor some internals to accept mutable references | 2022-10-11 | 4 | -16/+12 | ||
* | Refactor test utilities to improve names | 2022-10-11 | 13 | -240/+304 | ||
* | Refactor to use a bunch of `into` | 2022-10-11 | 43 | -234/+217 | ||
* | Refactor some prose | 2022-10-11 | 1 | -7/+10 | ||
* | Refactor some hidden internals | 2022-10-11 | 5 | -35/+21 | ||
* | Add some missing internal docs | 2022-10-11 | 5 | -22/+66 | ||
* | Add improved docs to public api | 2022-10-11 | 3 | -113/+342 | ||
* | Add support for proper positional info in swc tree | 2022-10-11 | 26 | -581/+1182 | ||
* | Update fuzzer to support new options format, add mdast fuzzing | 2022-10-07 | 1 | -4/+3 | ||
* | Refactor to improve `to_hast` internals | 2022-10-06 | 2 | -828/+624 | ||
* | Refactor to split parse from compile options | 2022-10-06 | 49 | -516/+941 | ||
* | Refactor to share identifier methods | 2022-10-06 | 5 | -40/+63 | ||
* | Add support for HTML 4 character references in JSX attributes | 2022-10-06 | 8 | -135/+584 | ||
* | Add support for form feeds as html whitespace | 2022-10-05 | 1 | -2/+1 | ||
* | Add support for rewriting JSX | 2022-10-05 | 6 | -3/+1551 | ||
* | Refactor to share a test utility | 2022-10-04 | 5 | -199/+234 | ||
* | Add support for creating a component, using layout | 2022-10-03 | 5 | -2/+883 | ||
* | Add support for turning hast into swc | 2022-09-30 | 9 | -99/+1480 | ||
* | Update dev-dependencies | 2022-09-29 | 1 | -3/+3 | ||
* | Add inline clippy config | 2022-09-29 | 3 | -4/+5 | ||
* | Add note on future idea | 2022-09-29 | 1 | -0/+4 | ||
* | Add support for turning mdast to hast | 2022-09-28 | 64 | -467/+3851 | ||
* | Add support for compiling to mdast | 2022-09-26 | 45 | -655/+4105 | ||
* | Add structs, enums for `mdast` | 2022-09-19 | 5 | -16/+1134 | ||
* | Add notes on fuzz testing to `readme.md` | 2022-09-19 | 1 | -1/+2 | ||
* | Remove private APIs from site | 2022-09-19 | 1 | -1/+1 | ||
* | Update `readme.md` | 2022-09-19 | 1 | -5/+3 | ||
* | Add support for parsing MDX ESM, expressions | 2022-09-19 | 22 | -445/+1573 | ||
* | Add clippy allow for wrong rule in actions | 2022-09-14 | 1 | -1/+1 | ||
* | Fix to prefer flow over definitions, setext headings | 2022-09-14 | 26 | -355/+724 | ||
* | Fix containers piercing into indented code | 2022-09-12 | 3 | -4/+16 | ||
* | Fix gfm email autolink literals overlapping | 2022-09-12 | 3 | -16/+31 | ||
* | Fix blank lines in labels | 2022-09-12 | 2 | -1/+16 | ||
* | Fix whitespace in GFM footnote definition identifiers | 2022-09-12 | 6 | -142/+303 |