aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Add derive of `Eq` where possibleLibravatar Titus Wormer2022-08-155-11/+11
|
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-1539-139/+130
|
* Refactor to move some things to `parser`Libravatar Titus Wormer2022-08-152-26/+20
|
* Refactor to rename list construct to list itemLibravatar Titus Wormer2022-08-1511-73/+74
|
* Refactor paragraph, data resolversLibravatar Titus Wormer2022-08-152-44/+50
|
* Refactor to solve some clippy issuesLibravatar Titus Wormer2022-08-152-52/+50
|
* Refactor to attempt less if never neededLibravatar Titus Wormer2022-08-1214-293/+367
|
* Refactor to improve enteringLibravatar Titus Wormer2022-08-1213-96/+144
|
* Refactor to improve some namesLibravatar Titus Wormer2022-08-124-27/+27
|
* Remove unneeded stateLibravatar Titus Wormer2022-08-122-23/+4
|
* Remove `match` statements if clumsyLibravatar Titus Wormer2022-08-1219-412/+368
|
* Refactor to improve docs of each functionLibravatar Titus Wormer2022-08-1244-554/+611
|