LaTeX reader: support \newline, \linebreak.

This commit is contained in:
John MacFarlane
2025-03-04 23:25:48 -08:00
parent 6c3e43dc57
commit 0d9fbc9410
+2
View File
@@ -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