Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add basic support for block quotes | Titus Wormer | 2022-07-07 | 10 | -203/+394 | |
* | Fix misnested attention | Titus Wormer | 2022-07-05 | 1 | -12/+10 | |
* | Fix interleaving of attention/label | Titus Wormer | 2022-07-05 | 3 | -30/+25 | |
* | Fix resizing attention bug | Titus Wormer | 2022-07-05 | 3 | -77/+68 | |
* | Fix opening/closing tag order of nested attention | Titus Wormer | 2022-07-04 | 1 | -36/+31 | |
* | Fix some attention bugs | Titus Wormer | 2022-07-04 | 1 | -252/+210 | |
* | Add more tests for attention | Titus Wormer | 2022-07-04 | 1 | -0/+877 | |
* | Add support for attention (emphasis, strong) | Titus Wormer | 2022-07-04 | 10 | -236/+203 | |
* | Make paragraphs really fast | Titus Wormer | 2022-07-01 | 12 | -24/+22 | |
* | Add support for trimming whitespace around string, text | Titus Wormer | 2022-06-30 | 13 | -142/+120 | |
* | Add support for stripping tags in image `alt` | Titus Wormer | 2022-06-30 | 3 | -27/+24 | |
* | Fix to prefer resource when given | Titus Wormer | 2022-06-30 | 1 | -6/+11 | |
* | Add tests for link (reference) | Titus Wormer | 2022-06-30 | 1 | -0/+402 | |
* | Refactor to enable more image tests | Titus Wormer | 2022-06-30 | 1 | -62/+60 | |
* | Fix a bunch of bugs with definitions, references | Titus Wormer | 2022-06-29 | 1 | -77/+71 | |
* | Add support for compiling definitions | Titus Wormer | 2022-06-29 | 3 | -160/+136 | |
* | Fix jumps in `edit_map` | Titus Wormer | 2022-06-28 | 1 | -5/+6 | |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 7 | -274/+951 | |
* | Make data a construct | Titus Wormer | 2022-06-21 | 1 | -1/+1 | |
* | Add support for inferring line ending, configurable | Titus Wormer | 2022-06-21 | 11 | -18/+244 | |
* | Add support for BOM | Titus Wormer | 2022-06-20 | 2 | -9/+9 | |
* | Fix bug with tabs | Titus Wormer | 2022-06-20 | 2 | -54/+45 | |
* | Add some more enabled tests | Titus Wormer | 2022-06-20 | 1 | -68/+58 | |
* | Add support for line endings in string | Titus Wormer | 2022-06-20 | 1 | -1/+1 | |
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -1/+1 | |
* | Add support for definitions | Titus Wormer | 2022-06-17 | 3 | -2/+448 | |
* | Add heading (setext) | Titus Wormer | 2022-06-16 | 5 | -19/+295 | |
* | Add support for hard break (trailing) | Titus Wormer | 2022-06-16 | 2 | -119/+135 | |
* | Add support for hard break escape | Titus Wormer | 2022-06-16 | 2 | -6/+172 | |
* | Add support for text in heading (atx) | Titus Wormer | 2022-06-15 | 1 | -17/+15 | |
* | Add code (text) | Titus Wormer | 2022-06-15 | 5 | -60/+212 | |
* | Add tests for nul | Titus Wormer | 2022-06-15 | 1 | -0/+25 | |
* | Add tests for urls | Titus Wormer | 2022-06-15 | 1 | -0/+152 | |
* | Add tests for tabs | Titus Wormer | 2022-06-15 | 1 | -0/+305 | |
* | Update to enable some tests for added constructs | Titus Wormer | 2022-06-15 | 5 | -30/+20 | |
* | Add tests for dangerous options | Titus Wormer | 2022-06-15 | 2 | -0/+227 | |
* | Add tests for boms | Titus Wormer | 2022-06-15 | 1 | -0/+15 | |
* | Add tests for soft breaks | Titus Wormer | 2022-06-15 | 1 | -0/+18 | |
* | Add tests for text | Titus Wormer | 2022-06-15 | 1 | -0/+23 | |
* | Add tests for character reference | Titus Wormer | 2022-06-15 | 1 | -0/+204 | |
* | Add tests for character escape | Titus Wormer | 2022-06-15 | 1 | -0/+91 | |
* | Fix support for deep subtokenization | Titus Wormer | 2022-06-14 | 2 | -64/+55 | |
* | Add basic html (text) | Titus Wormer | 2022-06-13 | 2 | -5/+440 | |
* | Add support for sanitizing urls | Titus Wormer | 2022-06-13 | 2 | -25/+39 | |
* | Add autolinks | Titus Wormer | 2022-06-13 | 1 | -0/+247 | |
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 4 | -20/+24 | |
* | Add basic subtokenization, string content in fenced code | Titus Wormer | 2022-06-09 | 1 | -6/+5 | |
* | Add temporary support for stripping whitespace | Titus Wormer | 2022-06-09 | 4 | -24/+20 | |
* | Add support for indented lines in paragraphs | Titus Wormer | 2022-06-09 | 4 | -47/+44 | |
* | . | Titus Wormer | 2022-06-08 | 6 | -0/+1917 |