Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add docs on `LIST_ITEM_VALUE_SIZE_MAX` | Titus Wormer | 2022-07-15 | 1 | -3/+13 |
* | Refactor to sort, document lists in compiler | Titus Wormer | 2022-07-15 | 1 | -153/+146 |
* | Update todos | Titus Wormer | 2022-07-15 | 1 | -66/+2 |
* | Fix link | Titus Wormer | 2022-07-15 | 1 | -4/+3 |
* | Fix annoying bug around virtual spaces in containers | Titus Wormer | 2022-07-15 | 4 | -28/+30 |
* | Fix lazy first line in code (fenced) | Titus Wormer | 2022-07-15 | 2 | -14/+7 |
* | Fix two more list bugs | Titus Wormer | 2022-07-14 | 4 | -19/+22 |
* | Fix interrupting sibling list items | Titus Wormer | 2022-07-14 | 3 | -51/+61 |
* | Fix html (flow) whitespace again | Titus Wormer | 2022-07-14 | 2 | -46/+51 |
* | Add support for container state | Titus Wormer | 2022-07-14 | 8 | -297/+323 |
* | 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 |