aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-12Add Thanks section to readmeLibravatar Titus Wormer1-5/+11
2022-10-12Remove some superfluous docsLibravatar Titus Wormer1-146/+2
2022-10-12Add code of conduct, improve docsLibravatar Titus Wormer1-130/+154
2022-10-11Refactor some proseLibravatar Titus Wormer1-7/+10
2022-10-11Add improved docs to public apiLibravatar Titus Wormer1-1/+0
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer1-5/+25
2022-09-29Add inline clippy configLibravatar Titus Wormer1-2/+1
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer1-1/+2
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer1-49/+48
See: <https://github.com/syntax-tree/mdast>.
2022-09-19Add structs, enums for `mdast`Libravatar Titus Wormer1-2/+6
2022-09-19Add notes on fuzz testing to `readme.md`Libravatar Titus Wormer1-1/+2
2022-09-19Update `readme.md`Libravatar Titus Wormer1-5/+3
2022-09-14Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer1-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.
2022-09-12Add fuzz testingLibravatar Christian Murphy1-0/+5
Closes GH-7.
2022-09-09Add section on syntax errors to readmeLibravatar Titus Wormer1-0/+8
2022-09-09Update count in readmeLibravatar Titus Wormer1-1/+1
2022-09-09Fix typoLibravatar Titus Wormer1-1/+1
2022-09-09Refactor list ordering in readmeLibravatar Titus Wormer1-1/+1
2022-09-09Fix typoLibravatar Titus Wormer1-1/+1
2022-09-09Add some numbers to readmeLibravatar Titus Wormer1-1/+1
2022-09-09Add example of syntax highlighting to readmeLibravatar Titus Wormer1-0/+94
2022-09-09Add MDX extensions to readmeLibravatar Titus Wormer1-2/+8
2022-09-08Update test count in readmeLibravatar Titus Wormer1-1/+1
2022-09-08Fix example in readmeLibravatar Titus Wormer1-2/+4
2022-09-05Update docs for extensionsLibravatar Titus Wormer1-14/+11
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer1-3/+3
2022-08-31Update `readme.md`Libravatar Titus Wormer1-2/+2
2022-08-26Add support for math (flow)Libravatar Titus Wormer1-1/+1
2022-08-26Add support for math (text)Libravatar Titus Wormer1-1/+1
2022-08-25Add support for GFM footnotesLibravatar Titus Wormer1-1/+1
2022-08-22Add support for GFM task list itemLibravatar Titus Wormer1-1/+1
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer1-1/+1
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer1-4/+0
2022-08-19Add contentsLibravatar Titus Wormer1-4/+10
2022-08-19Add contributing, support guideLibravatar Titus Wormer1-5/+4
2022-08-19Refactor to clean some scripts in readmeLibravatar Titus Wormer1-2/+2
2022-08-19Add discussionsLibravatar Titus Wormer1-4/+4
2022-08-19Add some docsLibravatar Titus Wormer1-85/+332
2022-08-19Add logo to readmeLibravatar Titus Wormer1-0/+2
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer1-1/+1
2022-08-16Add a small intro to the readmeLibravatar Titus Wormer1-2/+8
2022-08-16Add `no_std + alloc`Libravatar Titus Wormer1-1/+0
2022-08-16Add cargo clippy rulesLibravatar Titus Wormer1-2/+1
2022-08-16Add support for frontmatterLibravatar Titus Wormer1-6/+1
2022-08-16Update some last docs, bnf grammarsLibravatar Titus Wormer1-2/+0
2022-08-15Refactor to allow wrong clippy ruleLibravatar Titus Wormer1-1/+1
2022-08-15Refactor to move `content` to `construct`Libravatar Titus Wormer1-1/+0
2022-08-12Refactor to improve docs of each functionLibravatar Titus Wormer1-1/+0
2022-08-11Refactor `readme.md`Libravatar Titus Wormer1-143/+49
2022-07-19Use `edit_map` in `subtokenize`Libravatar Titus Wormer1-3/+4