Removed tab chars in Textile reader source.
This commit is contained in:
parent
4112fb8358
commit
e54c8613e8
1 changed files with 2 additions and 2 deletions
|
@ -606,8 +606,8 @@ langAttr = do
|
|||
|
||||
-- | Parses material surrounded by a parser.
|
||||
surrounded :: Parser [Char] st t -- ^ surrounding parser
|
||||
-> Parser [Char] st a -- ^ content parser (to be used repeatedly)
|
||||
-> Parser [Char] st [a]
|
||||
-> Parser [Char] st a -- ^ content parser (to be used repeatedly)
|
||||
-> Parser [Char] st [a]
|
||||
surrounded border =
|
||||
enclosed (border *> notFollowedBy (oneOf " \t\n\r")) (try border)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue