| Commit message (Expand) | Author | Files | Lines |
2022-08-15 | Refactor to rename list construct to list item | Titus Wormer | 1 | -1/+1 |
2022-08-11 | Add improved container exit injection | Titus Wormer | 1 | -0/+8 |
2022-08-09 | Add more tests for definitions and block quotes | Titus Wormer | 3 | -15/+21 |
2022-08-09 | Add another test for lazy fenced code and block quotes | Titus Wormer | 1 | -1/+7 |
2022-08-09 | Add some more tests for just line endings | Titus Wormer | 1 | -0/+36 |
2022-08-01 | Fix bug on empty heading (atx) | Titus Wormer | 1 | -1/+7 |
2022-07-29 | Refactor to improve states | Titus Wormer | 1 | -0/+6 |
2022-07-28 | Refactor to work on `char`s | Titus Wormer | 1 | -6/+0 |
2022-07-26 | Refactor to drastically improve perf around whitespace | Titus Wormer | 1 | -6/+0 |
2022-07-22 | Refactor to remove unneeded tuples in every states | Titus Wormer | 1 | -1/+1 |
2022-07-21 | Refactor performance around links in subtokenize | Titus Wormer | 1 | -1/+7 |
2022-07-18 | Change to improve `default_line_ending` api | Titus Wormer | 1 | -2/+2 |
2022-07-18 | Add support for turning off constructs | Titus Wormer | 25 | -1855/+3981 |
2022-07-18 | Change to enable build script for commonmark tests again | Titus Wormer | 1 | -653/+653 |
2022-07-18 | Fix edge case in identifier normalization | Titus Wormer | 1 | -10/+9 |
2022-07-18 | Fix final bug with laziness | Titus Wormer | 1 | -152/+142 |
2022-07-15 | Fix interrupting of ordered items | Titus Wormer | 1 | -11/+10 |
2022-07-15 | Fix some final eol bugs | Titus Wormer | 1 | -54/+49 |
2022-07-15 | Fix formatting of `commonmark` tests | Titus Wormer | 1 | -4392/+2464 |
2022-07-15 | Fix to use single array for character references | Titus Wormer | 2 | -13/+15 |
2022-07-15 | Add all commonmark tests | Titus Wormer | 1 | -0/+9142 |
2022-07-15 | Fix annoying bug around virtual spaces in containers | Titus Wormer | 1 | -6/+5 |
2022-07-15 | Fix lazy first line in code (fenced) | Titus Wormer | 1 | -1/+0 |
2022-07-14 | Fix two more list bugs | Titus Wormer | 2 | -17/+15 |
2022-07-14 | Fix interrupting sibling list items | Titus Wormer | 1 | -43/+36 |
2022-07-14 | Fix html (flow) whitespace again | Titus Wormer | 1 | -44/+40 |
2022-07-14 | Add support for container state | Titus Wormer | 2 | -235/+198 |
2022-07-14 | Fix a bunch of container things | Titus Wormer | 4 | -100/+99 |
2022-07-13 | Fix lists in lists and some other bugs | Titus Wormer | 1 | -43/+37 |
2022-07-13 | Fix to close containers before several (blank) line endings | Titus Wormer | 3 | -44/+37 |
2022-07-12 | Fix some issues around empty lists | Titus Wormer | 3 | -67/+71 |
2022-07-12 | Fix to prefer thematic breaks over lists | Titus Wormer | 3 | -49/+41 |
2022-07-12 | Fix a lot of list things | Titus Wormer | 7 | -356/+408 |
2022-07-12 | Add initial support for lists | Titus Wormer | 7 | -42/+616 |
2022-07-11 | Add support for lazy lines | Titus Wormer | 7 | -91/+81 |
2022-07-11 | Fix block quote bugs | Titus Wormer | 3 | -33/+28 |
2022-07-11 | Add tests for matching identifiers w/ turkish `i` | Titus Wormer | 1 | -0/+25 |
2022-07-08 | Fix bug around forcibly closed flow exits | Titus Wormer | 2 | -25/+21 |
2022-07-08 | Fix interrupting when exiting containers | Titus Wormer | 1 | -6/+5 |
2022-07-08 | Fix container bug due to attempts | Titus Wormer | 3 | -13/+12 |
2022-07-08 | Add improved container enter/exit mechanism | Titus Wormer | 2 | -10/+9 |
2022-07-08 | Fix closing of flow when exiting containers | Titus Wormer | 5 | -70/+59 |
2022-07-08 | Add support for concrete constructs | Titus Wormer | 3 | -20/+17 |
2022-07-07 | Add basic support for block quotes | Titus Wormer | 10 | -203/+394 |
2022-07-05 | Fix misnested attention | Titus Wormer | 1 | -12/+10 |
2022-07-05 | Fix interleaving of attention/label | Titus Wormer | 3 | -30/+25 |
2022-07-05 | Fix resizing attention bug | Titus Wormer | 3 | -77/+68 |
2022-07-04 | Fix opening/closing tag order of nested attention | Titus Wormer | 1 | -36/+31 |
2022-07-04 | Fix some attention bugs | Titus Wormer | 1 | -252/+210 |
2022-07-04 | Add more tests for attention | Titus Wormer | 1 | -0/+877 |