Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Update some last docs, bnf grammars | Titus Wormer | 2022-08-16 | 1 | -2/+0 |
* | Refactor to allow wrong clippy rule | Titus Wormer | 2022-08-15 | 1 | -1/+1 |
* | Refactor to move `content` to `construct` | Titus Wormer | 2022-08-15 | 1 | -1/+0 |
* | Refactor to improve docs of each function | Titus Wormer | 2022-08-12 | 1 | -1/+0 |
* | Refactor `readme.md` | Titus Wormer | 2022-08-11 | 1 | -143/+49 |
* | Use `edit_map` in `subtokenize` | Titus Wormer | 2022-07-19 | 1 | -3/+4 |
* | Replace use of `HashSet` with `vec` | Titus Wormer | 2022-07-19 | 1 | -1/+1 |
* | Add support for turning off constructs | Titus Wormer | 2022-07-18 | 1 | -4/+3 |
* | Update todos | Titus Wormer | 2022-07-15 | 1 | -2/+4 |