Skip to content

Commit

Permalink
highlight function for text.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 6, 2023
1 parent 3b45f4f commit 4336ec5
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 @@ -90,6 +90,7 @@ textual =
makeElement Nothing "smallcaps" [("body", One TContent)],
makeElement Nothing "underline" [("body", One TContent)],
makeElement Nothing "overline" [("body", One TContent)],
makeElement Nothing "highlight" [("body", One TContent)],
makeElement Nothing "raw" [("text", One TString)],
makeElement Nothing "smartquote" [],
makeElement Nothing "lower" [("text", One (TString :|: TContent))],
Expand Down

0 comments on commit 4336ec5

Please sign in to comment.