Add parseUnit instead of parseString to lineParsers
This commit is contained in:
@@ -242,7 +242,7 @@ lineParsers =
|
|||||||
parseItalic,
|
parseItalic,
|
||||||
parseStrikethrough,
|
parseStrikethrough,
|
||||||
parseLink,
|
parseLink,
|
||||||
parseString
|
parseUnit
|
||||||
] -- A 'line' doesn't include a 'header'
|
] -- A 'line' doesn't include a 'header'
|
||||||
|
|
||||||
listLineParsers :: [ReadP MdToken]
|
listLineParsers :: [ReadP MdToken]
|
||||||
|
Reference in New Issue
Block a user