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:
parent
78f2c994e1
commit
2873cd8288
1 changed files with 0 additions and 1 deletions
|
@ -367,7 +367,6 @@ blockCommands = M.fromList $
|
|||
, "ignore"
|
||||
, "hyperdef"
|
||||
, "markboth", "markright", "markleft"
|
||||
, "hspace", "vspace"
|
||||
, "newpage"
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue