Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some badges | Titus Wormer | 2022-10-13 | 1 | -11/+7 |
* | Add logo to readme | Titus Wormer | 2022-10-13 | 1 | -4/+8 |
* | Add note about `micromark` | Titus Wormer | 2022-10-13 | 1 | -0/+7 |
* | Add thanks for crate name | Titus Wormer | 2022-10-13 | 1 | -2/+5 |
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -38/+35 |
* | Fix typo | Titus Wormer | 2022-10-12 | 1 | -2/+2 |
* | Add Thanks section to readme | Titus Wormer | 2022-10-12 | 1 | -5/+11 |
* | Remove some superfluous docs | Titus Wormer | 2022-10-12 | 1 | -146/+2 |
* | Add code of conduct, improve docs | Titus Wormer | 2022-10-12 | 1 | -130/+154 |
* | Refactor some prose | Titus Wormer | 2022-10-11 | 1 | -7/+10 |
* | Add improved docs to public api | Titus Wormer | 2022-10-11 | 1 | -1/+0 |
* | Refactor to split parse from compile options | Titus Wormer | 2022-10-06 | 1 | -5/+25 |
* | Add inline clippy config | Titus Wormer | 2022-09-29 | 1 | -2/+1 |
* | Add support for turning mdast to hast | Titus Wormer | 2022-09-28 | 1 | -1/+2 |
* | Add support for compiling to mdast | Titus Wormer | 2022-09-26 | 1 | -49/+48 |
* | Add structs, enums for `mdast` | Titus Wormer | 2022-09-19 | 1 | -2/+6 |
* | Add notes on fuzz testing to `readme.md` | Titus Wormer | 2022-09-19 | 1 | -1/+2 |
* | Update `readme.md` | Titus Wormer | 2022-09-19 | 1 | -5/+3 |
* | Fix to prefer flow over definitions, setext headings | Titus Wormer | 2022-09-14 | 1 | -1/+1 |
* | Add fuzz testing | Christian Murphy | 2022-09-12 | 1 | -0/+5 |
* | 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 |
* | 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 |
* | Update docs for extensions | Titus Wormer | 2022-09-05 | 1 | -14/+11 |
* | Add support for GFM tagfilter | Titus Wormer | 2022-09-01 | 1 | -3/+3 |
* | Update `readme.md` | Titus Wormer | 2022-08-31 | 1 | -2/+2 |
* | Add support for math (flow) | Titus Wormer | 2022-08-26 | 1 | -1/+1 |
* | Add support for math (text) | Titus Wormer | 2022-08-26 | 1 | -1/+1 |
* | Add support for GFM footnotes | Titus Wormer | 2022-08-25 | 1 | -1/+1 |
* | Add support for GFM task list item | Titus Wormer | 2022-08-22 | 1 | -1/+1 |
* | Add support for GFM strikethrough | Titus Wormer | 2022-08-22 | 1 | -1/+1 |
* | Refactor to move more things to `util/` | Titus Wormer | 2022-08-19 | 1 | -4/+0 |
* | Add contents | Titus Wormer | 2022-08-19 | 1 | -4/+10 |
* | Add contributing, support guide | Titus Wormer | 2022-08-19 | 1 | -5/+4 |
* | 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 | 1 | -85/+332 |
* | Add logo to readme | Titus Wormer | 2022-08-19 | 1 | -0/+2 |
* | Add support for GFM autolink literals | Titus Wormer | 2022-08-18 | 1 | -1/+1 |
* | Add a small intro to the readme | Titus Wormer | 2022-08-16 | 1 | -2/+8 |
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 1 | -1/+0 |
* | Add cargo clippy rules | Titus Wormer | 2022-08-16 | 1 | -2/+1 |
* | Add support for frontmatter | Titus Wormer | 2022-08-16 | 1 | -6/+1 |