Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor to use default trait in tests | 2022-10-14 | 1 | -6/+6 | |
| | |||||
* | Rename crate to `markdown` | 2022-10-13 | 1 | -136/+136 | |
| | |||||
* | Refactor to use a bunch of `into` | 2022-10-11 | 1 | -5/+5 | |
| | |||||
* | Refactor to split parse from compile options | 2022-10-06 | 1 | -7/+13 | |
| | |||||
* | Add support for turning mdast to hast | 2022-09-28 | 1 | -2/+4 | |
| | |||||
* | Add support for compiling to mdast | 2022-09-26 | 1 | -1/+43 | |
| | | | | See: <https://github.com/syntax-tree/mdast>. | ||||
* | Add support for recoverable syntax errors | 2022-09-07 | 1 | -6/+8 | |
| | |||||
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
| | |||||
* | Add support for turning off constructs | 2022-07-18 | 1 | -17/+25 | |
| | |||||
* | Add initial support for lists | 2022-07-12 | 1 | -2/+2 | |
| | |||||
* | Fix misnested attention | 2022-07-05 | 1 | -12/+10 | |
| | |||||
* | Fix interleaving of attention/label | 2022-07-05 | 1 | -12/+10 | |
| | |||||
* | Fix resizing attention bug | 2022-07-05 | 1 | -36/+30 | |
| | |||||
* | Fix opening/closing tag order of nested attention | 2022-07-04 | 1 | -36/+31 | |
| | |||||
* | Fix some attention bugs | 2022-07-04 | 1 | -252/+210 | |
| | | | | | | * Fix closing many attention from one closer * Fix nested attention * Fix remaining attention markers | ||||
* | Add more tests for attention | 2022-07-04 | 1 | -0/+877 | |