Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update links to point to `docs.rs` | 2022-10-14 | 1 | -7/+5 | |
| | |||||
* | Add link to alpha crate for now | 2022-10-14 | 1 | -5/+1 | |
| | |||||
* | Remove notes from readme | 2022-10-14 | 1 | -6/+0 | |
| | |||||
* | Add coverage badge | 2022-10-14 | 1 | -0/+5 | |
| | |||||
* | Add some notes | 2022-10-13 | 1 | -0/+6 | |
| | |||||
* | Fix broken link | 2022-10-13 | 1 | -0/+2 | |
| | |||||
* | Add improved docs | 2022-10-13 | 1 | -10/+13 | |
| | |||||
* | 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 | |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | 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 | |
| | | | | | | | | | | | | | | An undocumented part of CommonMark is how to deal with things in definition labels or definition titles (which both can span multiple lines). Can flow (or containers?) interrupt them? They can according to the `cmark` reference parser, so this was implemented here. This adds a new `Content` content type, which houses zero or more definitions, and then zero-or-one paragraphs. Content can be followed by a setext heading underline, which either turns into a setext heading when the content ends in a paragraph, or turns into the start of the following paragraph when it is followed by content that starts with a paragraph, or turns into a stray paragraph. | ||||
* | Add fuzz testing | 2022-09-12 | 1 | -0/+5 | |
| | | | Closes GH-7. | ||||
* | 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 | |
| |