Skip to content

Commit 732f853

Browse files
committed
Hide list markers and enum numbers
Fixes #186
1 parent fac97c4 commit 732f853

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

logic.typ

+9
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,15 @@
292292

293293
pdfpc-slide-markers(1)
294294

295+
// Workaround for typst showing list ticks and enum numbers when it should not.
296+
// See https://github.com/andreasKroepelin/polylux/issues/186
297+
show hide: it => {
298+
set list(marker: none)
299+
set enum(numbering: n => [])
300+
301+
it
302+
}
303+
295304
body
296305

297306
subslide.step()

0 commit comments

Comments
 (0)