Rename function

fixingIncompleteElements
Aadhavan Srinivasan 2 weeks ago
parent d2c8565f62
commit 41b35be7c9

@ -147,7 +147,7 @@ parseBold = parseBoldWith "**" <|> parseBoldWith "__"
-- Parse italic text -- Parse italic text
parseItalic :: ReadP MdToken parseItalic :: ReadP MdToken
parseItalic = parseBoldWith "*" <|> parseBoldWith "_" parseItalic = parseItalicWith "*" <|> parseItalicWith "_"
where where
parseBoldWith delim = do parseBoldWith delim = do
string delim string delim

Loading…
Cancel
Save