Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a bunch of container things | Titus Wormer | 2022-07-14 | 8 | -277/+320 |
* | Fix lists in lists and some other bugs | Titus Wormer | 2022-07-13 | 4 | -78/+68 |
* | Fix to close containers before several (blank) line endings | Titus Wormer | 2022-07-13 | 5 | -62/+66 |
* | Fix some issues around empty lists | Titus Wormer | 2022-07-12 | 6 | -80/+135 |
* | Fix to prefer thematic breaks over lists | Titus Wormer | 2022-07-12 | 4 | -55/+59 |
* | Fix a lot of list things | Titus Wormer | 2022-07-12 | 12 | -412/+721 |
* | Add initial support for lists | Titus Wormer | 2022-07-12 | 13 | -57/+924 |
* | Add support for lazy lines | Titus Wormer | 2022-07-11 | 15 | -291/+247 |
* | Fix block quote bugs | Titus Wormer | 2022-07-11 | 8 | -52/+50 |
* | Update todo list | Titus Wormer | 2022-07-11 | 1 | -1/+1 |
* | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 2022-07-11 | 3 | -3/+26 |
* | Update `actions/checkout` | Titus Wormer | 2022-07-11 | 1 | -2/+2 |
* | Remove CI tests on rust beta | Titus Wormer | 2022-07-11 | 1 | -13/+0 |
* | Fix bug around forcibly closed flow exits | Titus Wormer | 2022-07-08 | 3 | -25/+36 |
* | Fix interrupting when exiting containers | Titus Wormer | 2022-07-08 | 2 | -6/+8 |
* | Fix container bug due to attempts | Titus Wormer | 2022-07-08 | 4 | -27/+48 |
* | Add improved container enter/exit mechanism | Titus Wormer | 2022-07-08 | 3 | -76/+131 |
* | Fix positional info on line ending after shift | Titus Wormer | 2022-07-08 | 1 | -4/+17 |
* | Fix closing of flow when exiting containers | Titus Wormer | 2022-07-08 | 8 | -97/+122 |
* | Add support for concrete constructs | Titus Wormer | 2022-07-08 | 8 | -36/+71 |
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 33 | -2339/+2354 |
* | Refactor to use `char::REPLACEMENT_CHARACTER` | Titus Wormer | 2022-07-07 | 3 | -3/+3 |
* | Fix to order enter/exit maps | Titus Wormer | 2022-07-07 | 1 | -46/+48 |
* | Fix some small to dos | Titus Wormer | 2022-07-07 | 4 | -8/+10 |
* | Add docs for block quote tokens | Titus Wormer | 2022-07-07 | 2 | -5/+80 |
* | Fix order of tokens | Titus Wormer | 2022-07-07 | 1 | -77/+77 |
* | Add docs to block quote | Titus Wormer | 2022-07-07 | 2 | -2/+64 |
* | Add basic support for block quotes | Titus Wormer | 2022-07-07 | 24 | -290/+1045 |
* | Remove debugging from attention | Titus Wormer | 2022-07-07 | 1 | -41/+1 |
* | Add support for `Flow` content type | Titus Wormer | 2022-07-07 | 2 | -2/+6 |
* | Add `go_until` to tokenizer | Titus Wormer | 2022-07-07 | 1 | -7/+37 |
* | Fix shifting jumps in tail of edit map | Titus Wormer | 2022-07-07 | 1 | -1/+3 |
* | Fix misnested attention | Titus Wormer | 2022-07-05 | 2 | -12/+29 |
* | Fix interleaving of attention/label | Titus Wormer | 2022-07-05 | 5 | -75/+80 |
* | Fix bug when removing loose label ends | Titus Wormer | 2022-07-05 | 1 | -1/+1 |
* | Fix resizing attention bug | Titus Wormer | 2022-07-05 | 5 | -79/+71 |
* | Refactor to do some to dos | Titus Wormer | 2022-07-05 | 8 | -48/+156 |
* | Refactor code style | Titus Wormer | 2022-07-05 | 31 | -372/+396 |
* | Fix typo | Titus Wormer | 2022-07-05 | 2 | -2/+2 |
* | Fix example | Titus Wormer | 2022-07-05 | 1 | -2/+19 |
* | Add docs to attention | Titus Wormer | 2022-07-05 | 3 | -69/+183 |
* | Refactor code style | Titus Wormer | 2022-07-04 | 1 | -6/+1 |
* | Use Rust to crawl unicode | Titus Wormer | 2022-07-04 | 6 | -75/+78 |
* | Add support for unicode punctuation | Titus Wormer | 2022-07-04 | 12 | -10/+920 |
* | Update list of todos | Titus Wormer | 2022-07-04 | 7 | -14/+8 |
* | Fix opening/closing tag order of nested attention | Titus Wormer | 2022-07-04 | 3 | -49/+61 |
* | Fix some attention bugs | Titus Wormer | 2022-07-04 | 2 | -256/+243 |
* | Add more tests for attention | Titus Wormer | 2022-07-04 | 2 | -19/+879 |
* | Add support for attention (emphasis, strong) | Titus Wormer | 2022-07-04 | 17 | -253/+660 |
* | Fix example | Titus Wormer | 2022-07-01 | 1 | -2/+18 |