Small logic fix.

This commit is contained in:
John MacFarlane
2017-10-08 09:53:03 -07:00
parent f176ad6f21
commit fdaae5aec5
+1 -2
View File
@@ -2104,8 +2104,7 @@ rawEnv name = do
then return $ rawBlock "latex"
$ T.unpack $ beginCommand <> untokenize raw
else do
unless parseRaw $ do
report $ SkippedContent (T.unpack beginCommand) pos1
report $ SkippedContent (T.unpack beginCommand) pos1
pos2 <- getPosition
report $ SkippedContent ("\\end{" ++ T.unpack name ++ "}") pos2
return bs