Merge pull request #3676 from labdsf/space-char

Txt2Tags parser: newline is not indentation
This commit is contained in:
John MacFarlane 2017-05-17 12:47:27 +02:00 committed by GitHub
commit 61e965b117

View file

@ -278,7 +278,7 @@ listContinuation markerLength = try $
where listLine = try $ indentWith markerLength *> anyLineNewline
indentWith :: Int -> T2T String
indentWith n = count n space
indentWith n = count n spaceChar
-- Table