parent
72020f1773
commit
7e4290561d
1 changed files with 2 additions and 0 deletions
|
@ -412,6 +412,8 @@ inlineCommands = M.fromList $
|
|||
, ("pounds", lit "£")
|
||||
, ("euro", lit "€")
|
||||
, ("copyright", lit "©")
|
||||
, ("textasciicircum", lit "^")
|
||||
, ("textasciitilde", lit "~")
|
||||
, ("`", option (str "`") $ try $ tok >>= accent grave)
|
||||
, ("'", option (str "'") $ try $ tok >>= accent acute)
|
||||
, ("^", option (str "^") $ try $ tok >>= accent circ)
|
||||
|
|
Loading…
Add table
Reference in a new issue