aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix gfm email autolink literals overlappingLibravatar Titus Wormer2022-09-123-16/+31
|
* Fix blank lines in labelsLibravatar Titus Wormer2022-09-122-1/+16
|
* Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer2022-09-126-142/+303
| | | | | | * Fix a crash on line endings in footnote definitions * Fix to match spaces and tabs in identifiers to `cmark-gfm` * Fix order of one attribute
* Add fuzz testingLibravatar Christian Murphy2022-09-124-0/+49
| | | 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
|
* Add mdx exampleLibravatar Titus Wormer2022-09-091-0/+14
|
* Add docs for mdx expressionsLibravatar Titus Wormer2022-09-095-31/+294
|
* Add support for mdx attribute (value) expressionsLibravatar Titus Wormer2022-09-096-180/+248
|
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-0914-17/+818
|
* Add some missing docsLibravatar Titus Wormer2022-09-091-14/+9
|
* Fix to allow blank lines in mdx jsx (flow)Libravatar Titus Wormer2022-09-092-50/+22
|
* Refactor to move byte, char info to own fileLibravatar Titus Wormer2022-09-099-215/+225
|
* Add docs to mdx jsxLibravatar Titus Wormer2022-09-093-4/+355
|
* Refactor to order statesLibravatar Titus Wormer2022-09-081-197/+194
|
* Add docs to mdx jsx eventsLibravatar Titus Wormer2022-09-081-24/+437
|
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-0810-95/+373
|
* Refactor to move jsx parsing to partialLibravatar Titus Wormer2022-09-084-1001/+1014
|
* Update test count in readmeLibravatar Titus Wormer2022-09-081-1/+1
|
* Fix example in readmeLibravatar Titus Wormer2022-09-081-2/+4
|
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-084-15/+867
|
* Fix debug messageLibravatar Titus Wormer2022-09-071-1/+1
|
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-0749-1388/+1550
|
* Add support for unicode identifiers in JSXLibravatar Titus Wormer2022-09-072-24/+97
|
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-068-48/+1050
|
* Update docs for extensionsLibravatar Titus Wormer2022-09-051-14/+11
|
* Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer2022-09-055-16/+167
|
* Fix some todosLibravatar Titus Wormer2022-09-055-7/+12
|
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-056-164/+3245
|
* Add support for getting `char`s from bytesLibravatar Titus Wormer2022-09-052-21/+32
|
* Fix shifting points past tabsLibravatar Titus Wormer2022-09-051-9/+10
|
* Fix to improve debug loggingLibravatar Titus Wormer2022-09-051-2/+16
|
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-0111-80/+371
|
* Update exampleLibravatar Titus Wormer2022-08-311-2/+1
|
* Update `readme.md`Libravatar Titus Wormer2022-08-311-2/+2
|
* Add support for GFM tablesLibravatar Titus Wormer2022-08-3116-36/+3442
|
* Add support for math (flow)Libravatar Titus Wormer2022-08-2615-221/+699
|
* Add support for math (text)Libravatar Titus Wormer2022-08-2614-313/+682
|
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-2519-148/+3058
|
* Fix lazy paragraph after definitionLibravatar Titus Wormer2022-08-226-13/+93
|
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-2213-13/+578
|
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-2228-120/+696
|
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-1926-45/+45
|
* Refactor to loosen ranges in `Cargo.toml`Libravatar Titus Wormer2022-08-191-3/+3
|