Skip to content

Commit

Permalink
Also hide enum numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
rmburg committed Nov 11, 2024
1 parent 0ba73e2 commit b42b220
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/magic.typ
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,12 @@
///
/// Usage: `#show: show-hide-set-list-marker-none`
#let show-hide-set-list-marker-none(body) = {
show hide: set list(marker: none)
show hide: it => {
set list(marker: none)
set enum(numbering: n => [])

it
}
body
}

Expand Down

0 comments on commit b42b220

Please sign in to comment.