mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
LaTeX reader: support \newline, \linebreak.
This commit is contained in:
@@ -386,6 +386,8 @@ inlineCommands = M.unions
|
||||
, ("lowercase", makeLowercase <$> tok)
|
||||
, ("thanks", skipopts >> note <$> grouped block)
|
||||
, ("footnote", skipopts >> footnote)
|
||||
, ("newline", pure B.linebreak)
|
||||
, ("linebreak", pure B.linebreak)
|
||||
, ("passthrough", fixPassthroughEscapes <$> tok)
|
||||
-- \passthrough macro used by latex writer
|
||||
-- for listings
|
||||
|
||||
Reference in New Issue
Block a user