Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix shifting points past tabs | Titus Wormer | 2022-09-05 | 1 | -9/+10 | |
* | Fix to improve debug logging | Titus Wormer | 2022-09-05 | 1 | -2/+16 | |
* | Add support for GFM tagfilter | Titus Wormer | 2022-09-01 | 11 | -80/+371 | |
* | Update example | Titus Wormer | 2022-08-31 | 1 | -2/+1 | |
* | Update `readme.md` | Titus Wormer | 2022-08-31 | 1 | -2/+2 | |
* | Add support for GFM tables | Titus Wormer | 2022-08-31 | 16 | -36/+3442 | |
* | Add support for math (flow) | Titus Wormer | 2022-08-26 | 15 | -221/+699 | |
* | Add support for math (text) | Titus Wormer | 2022-08-26 | 14 | -313/+682 | |
* | Add support for GFM footnotes | Titus Wormer | 2022-08-25 | 19 | -148/+3058 | |
* | Fix lazy paragraph after definition | Titus Wormer | 2022-08-22 | 6 | -13/+93 | |
* | Add support for GFM task list item | Titus Wormer | 2022-08-22 | 13 | -13/+578 | |
* | Add support for GFM strikethrough | Titus Wormer | 2022-08-22 | 28 | -120/+696 | |
* | Refactor to move more things to `util/` | Titus Wormer | 2022-08-19 | 26 | -45/+45 | |
* | Refactor to loosen ranges in `Cargo.toml` | Titus Wormer | 2022-08-19 | 1 | -3/+3 | |
* | Add link to project info to `contribute.md` | Titus Wormer | 2022-08-19 | 1 | -0/+2 | |
* | Add contents | Titus Wormer | 2022-08-19 | 1 | -4/+10 | |
* | Add contributing, support guide | Titus Wormer | 2022-08-19 | 3 | -5/+126 | |
* | Refactor to clean some scripts in readme | Titus Wormer | 2022-08-19 | 1 | -2/+2 | |
* | Add discussions | Titus Wormer | 2022-08-19 | 1 | -4/+4 | |
* | Add some docs | Titus Wormer | 2022-08-19 | 2 | -86/+333 | |
* | Add logo to readme | Titus Wormer | 2022-08-19 | 1 | -0/+2 | |
* | Add logo | Titus Wormer | 2022-08-19 | 1 | -0/+54 | |
* | Add support for GFM autolink literals | Titus Wormer | 2022-08-18 | 15 | -222/+1040 | |
* | Add `pretty_assertions` to tests for diffs | Titus Wormer | 2022-08-18 | 34 | -0/+35 | |
* | Add a small intro to the readme | Titus Wormer | 2022-08-16 | 1 | -2/+8 | |
* | Add `no_std + alloc` | Titus Wormer | 2022-08-16 | 22 | -3/+38 | |
* | Add cargo clippy rules | Titus Wormer | 2022-08-16 | 2 | -3/+2 | |
* | Add support for frontmatter | Titus Wormer | 2022-08-16 | 15 | -24/+563 | |
* | Update some last docs, bnf grammars | Titus Wormer | 2022-08-16 | 18 | -113/+226 | |
* | Refactor to proof docs, grammars | Titus Wormer | 2022-08-15 | 39 | -426/+689 | |
* | Add missing mark of `SpaceOrTab` as void event | Titus Wormer | 2022-08-15 | 1 | -1/+2 | |
* | Refactor to allow wrong clippy rule | Titus Wormer | 2022-08-15 | 2 | -2/+2 | |
* | Add derive of `Eq` where possible | Titus Wormer | 2022-08-15 | 5 | -11/+11 | |
* | Refactor to move `content` to `construct` | Titus Wormer | 2022-08-15 | 39 | -139/+130 | |
* | Refactor to move some things to `parser` | Titus Wormer | 2022-08-15 | 2 | -26/+20 | |
* | Refactor to rename list construct to list item | Titus Wormer | 2022-08-15 | 11 | -73/+74 | |
* | Refactor paragraph, data resolvers | Titus Wormer | 2022-08-15 | 2 | -44/+50 | |
* | Refactor to solve some clippy issues | Titus Wormer | 2022-08-15 | 2 | -52/+50 | |
* | Refactor to attempt less if never needed | Titus Wormer | 2022-08-12 | 14 | -293/+367 | |
* | Refactor to improve entering | Titus Wormer | 2022-08-12 | 13 | -96/+144 | |
* | Refactor to improve some names | Titus Wormer | 2022-08-12 | 4 | -27/+27 | |
* | Remove unneeded state | Titus Wormer | 2022-08-12 | 2 | -23/+4 | |
* | Remove `match` statements if clumsy | Titus Wormer | 2022-08-12 | 19 | -412/+368 | |
* | Refactor to improve docs of each function | Titus Wormer | 2022-08-12 | 44 | -554/+611 | |
* | Refactor `readme.md` | Titus Wormer | 2022-08-11 | 2 | -143/+77 | |
* | Refactor attempts to remove unneeded state name | Titus Wormer | 2022-08-11 | 20 | -413/+400 | |
* | Refactor to handle definitions when parsing | Titus Wormer | 2022-08-11 | 3 | -38/+50 | |
* | Remove unneeded `balance` info on label starts | Titus Wormer | 2022-08-11 | 4 | -64/+30 | |
* | Refactor to move `space_or_tab_eol` to own file | Titus Wormer | 2022-08-11 | 32 | -526/+542 | |
* | Remove boxes around resolvers | Titus Wormer | 2022-08-11 | 15 | -77/+103 |