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