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