improvement/bold-figure-captions #27

Merged
servostar merged 3 commits from improvement/bold-figure-captions into main 2024-07-18 10:24:16 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b80351fb70 - Show all commits

View File

@ -87,7 +87,7 @@
show figure.caption: c => [
#if c.body.fields().len() > 0 {
text(weight: "semibold")[
#c.supplement #c.counter.display()
#c.supplement #c.counter.display("1.1.1")
]
c.separator
}