Skip to content

Commit

Permalink
Add support of 'wide' spacing character.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 7, 2023
1 parent 145bab9 commit b6f517e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Typst/Module/Math.hs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,8 @@ spaceConstants =
[ ("thin", Txt "\8201"),
("thick", Txt "\8197"),
("med", Txt "\8287"),
("quad", Txt "\8195")
("quad", Txt "\8195"),
("wide", Txt "\8195\8195")
]

predefinedOperators :: M.Map Identifier Content
Expand Down

0 comments on commit b6f517e

Please sign in to comment.