aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add link to project info to `contribute.md`Libravatar Titus Wormer2022-08-191-0/+2
* Add contentsLibravatar Titus Wormer2022-08-191-4/+10
* Add contributing, support guideLibravatar Titus Wormer2022-08-193-5/+126
* 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-192-86/+333
* Add logo to readmeLibravatar Titus Wormer2022-08-191-0/+2
* Add logoLibravatar Titus Wormer2022-08-191-0/+54
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-1815-222/+1040
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-1834-0/+35
* Add a small intro to the readmeLibravatar Titus Wormer2022-08-161-2/+8
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-1622-3/+38
* Add cargo clippy rulesLibravatar Titus Wormer2022-08-162-3/+2
* Add support for frontmatterLibravatar Titus Wormer2022-08-1615-24/+563
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-1618-113/+226
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-1539-426/+689
* Add missing mark of `SpaceOrTab` as void eventLibravatar Titus Wormer2022-08-151-1/+2
* Refactor to allow wrong clippy ruleLibravatar Titus Wormer2022-08-152-2/+2