Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.0.0-alpha.6 | Titus Wormer | 2023-01-31 | 1 | -9/+9 |
| | |||||
* | 1.0.0-alpha.5 | Titus Wormer | 2022-12-13 | 1 | -9/+9 |
| | |||||
* | Replace build script with private crate | Titus Wormer | 2022-12-13 | 1 | -0/+4 |
| | | | | | Closes GH-34. Closes GH-35. | ||||
* | 1.0.0-alpha.4 | Titus Wormer | 2022-11-25 | 1 | -9/+9 |
| | |||||
* | Remove unneeded `extern crate`s | Hocdoc | 2022-11-10 | 1 | -6/+0 |
| | | | | | Closes GH-28. Co-authored-by: Bernhard Berger <bernhardberger3456@gmail.com> | ||||
* | 1.0.0-alpha.3 | Titus Wormer | 2022-10-26 | 1 | -9/+9 |
| | |||||
* | 1.0.0-alpha.2 | Titus Wormer | 2022-10-25 | 1 | -9/+9 |
| | |||||
* | Add another note just to be sure | Titus Wormer | 2022-10-14 | 1 | -0/+4 |
| | |||||
* | Update install command | Titus Wormer | 2022-10-14 | 1 | -1/+5 |
| | |||||
* | Update links to point to `docs.rs` | Titus Wormer | 2022-10-14 | 1 | -7/+5 |
| | |||||
* | Add link to alpha crate for now | Titus Wormer | 2022-10-14 | 1 | -5/+1 |
| | |||||
* | Remove notes from readme | Titus Wormer | 2022-10-14 | 1 | -6/+0 |
| | |||||
* | Add coverage badge | Titus Wormer | 2022-10-14 | 1 | -0/+5 |
| | |||||
* | Add some notes | Titus Wormer | 2022-10-13 | 1 | -0/+6 |
| | |||||
* | Fix broken link | Titus Wormer | 2022-10-13 | 1 | -0/+2 |
| | |||||
* | Add improved docs | Titus Wormer | 2022-10-13 | 1 | -10/+13 |
| | |||||
* | 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 |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | 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 |
| | | | | | | | | | | | | | | 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 | Christian Murphy | 2022-09-12 | 1 | -0/+5 |
| | | | Closes GH-7. | ||||
* | 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 |
| |