Skip to content

Commit

Permalink
Add skew.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 22, 2024
1 parent f3334b1 commit c17286a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Typst/Module/Standard.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ layout =
[ ("alignment", One TAlignment),
("body", One TContent)
],
makeElement Nothing "skew" [("body", One TContent)],
makeElement Nothing "block" [("body", One TContent)],
makeElement Nothing "box" [("body", One TContent)],
makeElement Nothing "colbreak" [],
Expand Down

0 comments on commit c17286a

Please sign in to comment.