Skip to content

Commit

Permalink
Add stretch function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Oct 22, 2024
1 parent c17286a commit 958975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Typst/Module/Math.hs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ mathModule =
makeElement (Just "math") "op" [("text", One TAny)],
makeElement (Just "math") "underline" [("body", One TContent)],
makeElement (Just "math") "overline" [("body", One TContent)],
makeElement (Just "math") "stretch" [("body", One TContent)],
makeElement
(Just "math")
"underbrace"
Expand Down

0 comments on commit 958975f

Please sign in to comment.