aboutsummaryrefslogtreecommitdiffstats
path: root/src/content/document.rs (unfollow)
Commit message (Expand)AuthorFilesLines
2022-07-11Fix block quote bugsLibravatar Titus Wormer1-2/+6
2022-07-08Fix bug around forcibly closed flow exitsLibravatar Titus Wormer1-0/+15
2022-07-08Fix interrupting when exiting containersLibravatar Titus Wormer1-0/+3
2022-07-08Fix container bug due to attemptsLibravatar Titus Wormer1-14/+36
2022-07-08Add improved container enter/exit mechanismLibravatar Titus Wormer1-66/+122
2022-07-08Fix closing of flow when exiting containersLibravatar Titus Wormer1-13/+32
2022-07-08Add support for concrete constructsLibravatar Titus Wormer1-7/+8
2022-07-07Refactor to move token types to `token`Libravatar Titus Wormer1-7/+4
2022-07-07Add basic support for block quotesLibravatar Titus Wormer1-0/+439