aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/attention.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor code styleLibravatar Titus Wormer2022-07-051-4/+20
|
* Add docs to attentionLibravatar Titus Wormer2022-07-051-66/+180
|
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-4/+2
|
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-041-1/+1
|
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-4/+33
| | | | | | * Fix closing many attention from one closer * Fix nested attention * Fix remaining attention markers
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-0/+401