Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-08-26 | Add support for math (flow) | 1 | -1/+1 | |
2022-08-26 | Add support for math (text) | 1 | -1/+1 | |
2022-08-25 | Add support for GFM footnotes | 1 | -1/+1 | |
2022-08-22 | Add support for GFM task list item | 1 | -1/+1 | |
2022-08-22 | Add support for GFM strikethrough | 1 | -1/+1 | |
2022-08-19 | Refactor to move more things to `util/` | 1 | -4/+0 | |
2022-08-19 | Add contents | 1 | -4/+10 | |
2022-08-19 | Add contributing, support guide | 1 | -5/+4 | |
2022-08-19 | Refactor to clean some scripts in readme | 1 | -2/+2 | |
2022-08-19 | Add discussions | 1 | -4/+4 | |
2022-08-19 | Add some docs | 1 | -85/+332 | |
2022-08-19 | Add logo to readme | 1 | -0/+2 | |
2022-08-18 | Add support for GFM autolink literals | 1 | -1/+1 | |
2022-08-16 | Add a small intro to the readme | 1 | -2/+8 | |
2022-08-16 | Add `no_std + alloc` | 1 | -1/+0 | |
2022-08-16 | Add cargo clippy rules | 1 | -2/+1 | |
2022-08-16 | Add support for frontmatter | 1 | -6/+1 | |
2022-08-16 | Update some last docs, bnf grammars | 1 | -2/+0 | |
2022-08-15 | Refactor to allow wrong clippy rule | 1 | -1/+1 | |
2022-08-15 | Refactor to move `content` to `construct` | 1 | -1/+0 | |
2022-08-12 | Refactor to improve docs of each function | 1 | -1/+0 | |
2022-08-11 | Refactor `readme.md` | 1 | -143/+49 | |
2022-07-19 | Use `edit_map` in `subtokenize` | 1 | -3/+4 | |
2022-07-19 | Replace use of `HashSet` with `vec` | 1 | -1/+1 | |
2022-07-18 | Add support for turning off constructs | 1 | -4/+3 | |
2022-07-15 | Update todos | 1 | -2/+4 | |
2022-07-15 | Update todos | 1 | -66/+2 | |
2022-07-11 | Add support for lazy lines | 1 | -3/+1 | |
2022-07-11 | Fix block quote bugs | 1 | -1/+1 | |
2022-07-11 | Update todo list | 1 | -1/+1 | |
2022-07-11 | Add tests for matching identifiers w/ turkish `i` | 1 | -2/+1 | |
2022-07-08 | Add support for concrete constructs | 1 | -4/+3 | |
2022-07-07 | Refactor to use `char::REPLACEMENT_CHARACTER` | 1 | -1/+1 | |
2022-07-07 | Add basic support for block quotes | 1 | -7/+6 | |
2022-07-05 | Fix interleaving of attention/label | 1 | -1/+1 | |
2022-07-05 | Fix resizing attention bug | 1 | -1/+1 | |
2022-07-05 | Refactor code style | 1 | -1/+1 | |
2022-07-05 | Add docs to attention | 1 | -1/+1 | |
2022-07-04 | Use Rust to crawl unicode | 1 | -1/+1 | |
2022-07-04 | Add support for unicode punctuation | 1 | -1/+2 | |
2022-07-04 | Update list of todos | 1 | -2/+4 | |
2022-07-04 | Add support for attention (emphasis, strong) | 1 | -6/+8 | |
2022-07-01 | Make paragraphs really fast | 1 | -6/+3 | |
2022-07-01 | Update todos | 1 | -6/+5 | |
2022-07-01 | Refactor to clean and document `edit_map` | 1 | -2/+1 | |
2022-07-01 | Refactor to clean and document `space_or_tab` | 1 | -4/+2 | |
2022-06-30 | Add support for trimming whitespace around string, text | 1 | -4/+1 | |
2022-06-30 | Update todos | 1 | -9/+8 | |
2022-06-30 | Add docs on resolver, clean feed | 1 | -2/+1 | |
2022-06-30 | Add docs to image, link, and other media tokens | 1 | -1/+1 |