Ms writer: Use .LP instead of .PP for line block.

Closes #5588.
This commit is contained in:
John MacFarlane 2019-07-16 12:17:02 -07:00
parent 6355552abc
commit 100624a009

View file

@ -209,7 +209,7 @@ blockToMs opts (CodeBlock attr str) = do
text "\\f[]" $$
text ".fi"
blockToMs opts (LineBlock ls) = do
resetFirstPara
setFirstPara -- use .LP, see #5588
blockToMs opts $ Para $ intercalate [LineBreak] ls
blockToMs opts (BlockQuote blocks) = do
setFirstPara