aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add notes on fuzz testing to `readme.md`Libravatar Titus Wormer2022-09-191-1/+2
|
* Update `readme.md`Libravatar Titus Wormer2022-09-191-5/+3
|
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-141-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 testingLibravatar Christian Murphy2022-09-121-0/+5
| | | Closes GH-7.
* Add section on syntax errors to readmeLibravatar Titus Wormer2022-09-091-0/+8
|
* Update count in readmeLibravatar Titus Wormer2022-09-091-1/+1
|
* Fix typoLibravatar Titus Wormer2022-09-091-1/+1
|
* Refactor list ordering in readmeLibravatar Titus Wormer2022-09-091-1/+1
|
* Fix typoLibravatar Titus Wormer2022-09-091-1/+1
|
* Add some numbers to readmeLibravatar Titus Wormer2022-09-091-1/+1
|
* Add example of syntax highlighting to readmeLibravatar Titus Wormer2022-09-091-0/+94
|
* Add MDX extensions to readmeLibravatar Titus Wormer2022-09-091-2/+8
|
* Update test count in readmeLibravatar Titus Wormer2022-09-081-1/+1
|
* Fix example in readmeLibravatar Titus Wormer2022-09-081-2/+4
|
* Update docs for extensionsLibravatar Titus Wormer2022-09-051-14/+11
|
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-011-3/+3
|
* Update `readme.md`Libravatar Titus Wormer2022-08-311-2/+2
|
* Add support for math (flow)Libravatar Titus Wormer2022-08-261-1/+1
|
* Add support for math (text)Libravatar Titus Wormer2022-08-261-1/+1
|
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-1/+1
|
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-221-1/+1
|
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-1/+1
|
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-191-4/+0
|
* Add contentsLibravatar Titus Wormer2022-08-191-4/+10
|
* Add contributing, support guideLibravatar Titus Wormer2022-08-191-5/+4
|
* Refactor to clean some scripts in readmeLibravatar Titus Wormer2022-08-191-2/+2
|
* Add discussionsLibravatar Titus Wormer2022-08-191-4/+4
|
* Add some docsLibravatar Titus Wormer2022-08-191-85/+332
|
* Add logo to readmeLibravatar Titus Wormer2022-08-191-0/+2
|
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-181-1/+1
|
* Add a small intro to the readmeLibravatar Titus Wormer2022-08-161-2/+8
|
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-161-1/+0
|
* Add cargo clippy rulesLibravatar Titus Wormer2022-08-161-2/+1
|
* Add support for frontmatterLibravatar Titus Wormer2022-08-161-6/+1
|
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-161-2/+0
|
* Refactor to allow wrong clippy ruleLibravatar Titus Wormer2022-08-151-1/+1
|
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-1/+0
|
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-121-1/+0
|
* Refactor `readme.md`Libravatar Titus Wormer2022-08-111-143/+49
|
* Use `edit_map` in `subtokenize`Libravatar Titus Wormer2022-07-191-3/+4
|
* Replace use of `HashSet` with `vec`Libravatar Titus Wormer2022-07-191-1/+1
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-4/+3
|
* Update todosLibravatar Titus Wormer2022-07-151-2/+4
|
* Update todosLibravatar Titus Wormer2022-07-151-66/+2
|
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-3/+1
|
* Fix block quote bugsLibravatar Titus Wormer2022-07-111-1/+1
|
* Update todo listLibravatar Titus Wormer2022-07-111-1/+1
|
* Add tests for matching identifiers w/ turkish `i`Libravatar Titus Wormer2022-07-111-2/+1
|
* Add support for concrete constructsLibravatar Titus Wormer2022-07-081-4/+3
|
* Refactor to use `char::REPLACEMENT_CHARACTER`Libravatar Titus Wormer2022-07-071-1/+1
|