pull/718/merge
Cheng Fang 2024-01-28 22:41:58 -05:00 committed by GitHub
commit c65531df98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1295,7 +1295,7 @@ gatherlines:
// intermediate render of inline item
if sublist > 0 {
p.inline(&cooked, rawBytes[:sublist])
p.block(&cooked, rawBytes[sublist:])
p.inline(&cooked, rawBytes[sublist:])
} else {
p.inline(&cooked, rawBytes)
}