Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-10-14 | Remove some todos | 1 | -10/+0 | ||
2022-09-26 | Add support for compiling to mdast | 1 | -0/+10 | ||
See: <https://github.com/syntax-tree/mdast>. | |||||
2022-08-22 | Add support for GFM task list item | 1 | -0/+3 | ||
2022-08-18 | Add support for GFM autolink literals | 1 | -21/+17 | ||
2022-08-11 | Refactor `readme.md` | 1 | -0/+28 | ||
2022-06-13 | Add basic html (text) | 1 | -0/+3 | ||
* Add all states for html (text) * Fix to link paragraph tokens together * Add note about uncovered bug where linking paragraph tokens together doesn’t work 😅 |