Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove no longer needed field in `State::Ok` | Titus Wormer | 2022-07-25 | 1 | -4/+4 |
* | Refactor to remove unneeded tuples in every states | Titus Wormer | 2022-07-22 | 1 | -12/+12 |
* | Refactor to pass ints instead of vecs around | Titus Wormer | 2022-07-22 | 1 | -6/+6 |
* | Refactor to move token types to `token` | Titus Wormer | 2022-07-07 | 1 | -5/+6 |
* | Add basic support for block quotes | Titus Wormer | 2022-07-07 | 1 | -47/+2 |
* | Refactor code style | Titus Wormer | 2022-07-05 | 1 | -2/+2 |
* | Add support for unicode punctuation | Titus Wormer | 2022-07-04 | 1 | -1/+1 |
* | Update list of todos | Titus Wormer | 2022-07-04 | 1 | -1/+1 |
* | Make paragraphs really fast | Titus Wormer | 2022-07-01 | 1 | -22/+24 |
* | Add support for sharing identifiers, references before definitions | Titus Wormer | 2022-06-29 | 1 | -5/+7 |
* | Add link, images (resource) | Titus Wormer | 2022-06-24 | 1 | -6/+14 |
* | Add support for normalizing identifiers | Titus Wormer | 2022-06-22 | 1 | -1/+24 |
* | Refactor to improve tokenizer, add docs | Titus Wormer | 2022-06-22 | 1 | -8/+10 |
* | Add some more enabled tests | Titus Wormer | 2022-06-20 | 1 | -1/+0 |
* | Add improved whitespace handling | Titus Wormer | 2022-06-20 | 1 | -34/+11 |
* | Add paragraph | Titus Wormer | 2022-06-20 | 1 | -130/+9 |
* | Remove unneeded `content` content type | Titus Wormer | 2022-06-20 | 1 | -27/+27 |
* | Add support for definitions | Titus Wormer | 2022-06-17 | 1 | -9/+15 |
* | Add heading (setext) | Titus Wormer | 2022-06-16 | 1 | -11/+8 |
* | Reorganize to split util | Titus Wormer | 2022-06-14 | 1 | -2/+2 |
* | Add text content type | Titus Wormer | 2022-06-10 | 1 | -5/+9 |
* | Add proper support for subtokenization | Titus Wormer | 2022-06-10 | 1 | -19/+26 |
* | Add basic subtokenization, string content in fenced code | Titus Wormer | 2022-06-09 | 1 | -17/+6 |
* | Refactor to pass more slices around | Titus Wormer | 2022-06-09 | 1 | -1/+1 |
* | Add support for indented lines in paragraphs | Titus Wormer | 2022-06-09 | 1 | -23/+20 |
* | Add basic support for interrupting content | Titus Wormer | 2022-06-09 | 1 | -69/+95 |
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+258 |