mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-25 17:05:41 +00:00
Merge branch 'master' into citeproc
This commit is contained in:
@@ -110,6 +110,10 @@ stringToLaTeX = escapeStringUsing latexEscapes
|
||||
, ('[', "{[}") -- to avoid interpretation as
|
||||
, (']', "{]}") -- optional arguments
|
||||
, ('\160', "~")
|
||||
, ('\x2018', "`")
|
||||
, ('\x2019', "'")
|
||||
, ('\x201C', "``")
|
||||
, ('\x201D', "''")
|
||||
]
|
||||
|
||||
-- | Puts contents into LaTeX command.
|
||||
|
||||
Reference in New Issue
Block a user