Merge pull request #3676 from labdsf/space-char
Txt2Tags parser: newline is not indentation
This commit is contained in:
commit
61e965b117
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue