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