aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/attention.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor examples of statesLibravatar Titus Wormer2022-07-181-2/+4
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-071-29/+30
* Remove debugging from attentionLibravatar Titus Wormer2022-07-071-41/+1
* Fix misnested attentionLibravatar Titus Wormer2022-07-051-0/+19
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-051-44/+54
* Fix resizing attention bugLibravatar Titus Wormer2022-07-051-1/+2
* 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
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-0/+401