Removed commented line
This commit is contained in:
@@ -140,7 +140,6 @@ parseString = do
|
||||
|
||||
lineParsers :: [ReadP MdToken]
|
||||
lineParsers = [parseLinebreak, parseSingleNewline, parseBold, parseItalic, parseString] -- A 'line' doesn't include a 'header'
|
||||
--lineParsers = [parseSingleNewline, parseString]
|
||||
|
||||
-- List of all parsers
|
||||
allParsers :: [ReadP MdToken]
|
||||
|
Reference in New Issue
Block a user