Minor code cleanup
This commit is contained in:
parent
4abc5262c6
commit
f621f17f19
Binary file not shown.
@ -94,15 +94,13 @@
|
|||||||
if numbering {
|
if numbering {
|
||||||
gloss_count.step()
|
gloss_count.step()
|
||||||
}
|
}
|
||||||
|
|
||||||
let gloss_number = if numbering {
|
let gloss_number = if numbering {
|
||||||
[(#gloss_count.display())]
|
[(#gloss_count.display())]
|
||||||
} else {
|
} else {
|
||||||
none
|
none
|
||||||
}
|
}
|
||||||
|
|
||||||
//[#gloss_number #pad(left: 1em)[#gloss_items]]
|
|
||||||
|
|
||||||
style(styles => {
|
style(styles => {
|
||||||
block(breakable: breakable)[
|
block(breakable: breakable)[
|
||||||
#stack(
|
#stack(
|
||||||
|
Loading…
Reference in New Issue
Block a user