mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 10:16:32 +00:00
LaTeX reader: don't treat \vspace and \hspace as block commands.
Fixed an error which came up, for example, with `\vspace` inside a caption. (Captions expect inlines.) Closes #3256.
This commit is contained in:
@@ -367,7 +367,6 @@ blockCommands = M.fromList $
|
||||
, "ignore"
|
||||
, "hyperdef"
|
||||
, "markboth", "markright", "markleft"
|
||||
, "hspace", "vspace"
|
||||
, "newpage"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user