Skip to content

Commit

Permalink
Add list test
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasKroepelin committed Jan 19, 2025
1 parent 052f326 commit 1f5ef2b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/list.typ
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#import "../polylux.typ": *

#set page(paper: "presentation-16-9")

#slide[
#item-by-item[
+ abc
+ def
+ ghi
]
]

0 comments on commit 1f5ef2b

Please sign in to comment.