aboutsummaryrefslogtreecommitdiffstats
path: root/tests/attention.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use default trait in testsLibravatar Titus Wormer2022-10-141-6/+6
|
* Rename crate to `markdown`Libravatar Titus Wormer2022-10-131-136/+136
|
* Refactor to use a bunch of `into`Libravatar Titus Wormer2022-10-111-5/+5
|
* Refactor to split parse from compile optionsLibravatar Titus Wormer2022-10-061-7/+13
|
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-2/+4
|
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-261-1/+43
| | | | See: <https://github.com/syntax-tree/mdast>.
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-071-6/+8
|
* Add `pretty_assertions` to tests for diffsLibravatar Titus Wormer2022-08-181-0/+1
|
* Add support for turning off constructsLibravatar Titus Wormer2022-07-181-17/+25
|
* Add initial support for listsLibravatar Titus Wormer2022-07-121-2/+2
|
* Fix misnested attentionLibravatar Titus Wormer2022-07-051-12/+10
|
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-051-12/+10
|
* Fix resizing attention bugLibravatar Titus Wormer2022-07-051-36/+30
|
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-041-36/+31
|
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-252/+210
| | | | | | * Fix closing many attention from one closer * Fix nested attention * Fix remaining attention markers
* Add more tests for attentionLibravatar Titus Wormer2022-07-041-0/+877