Added \vspace and \hspace to latex ignored block commands.

This commit is contained in:
John MacFarlane 2012-02-04 23:19:09 -08:00
parent e16d747d82
commit 79f1594470

View file

@ -253,6 +253,7 @@ blockCommands = M.fromList $
, "hyperdef"
, "noindent"
, "markboth", "markright", "markleft"
, "hspace", "vspace"
]
addTitle :: Inlines -> LP ()