Skip to content

Commit

Permalink
Fix: #8 list indent sink
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhao-huang committed Apr 22, 2024
1 parent dbebd51 commit 6fd0e0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions simplepaper.typ
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,17 @@
]

show list: it => [
// Temporarily fix problme that list index sink.
// Removed after Typst fix it.
#set text(font: (..zh_shusong))
#it
#blank_par
]

show enum: it => [
// Temporarily fix problme that list index sink.
// Removed after Typst fix it.
#set text(font: (..zh_shusong))
#it
#blank_par
]
Expand Down

0 comments on commit 6fd0e0c

Please sign in to comment.