Rename function
This commit is contained in:
@@ -149,7 +149,7 @@ parseBold = parseBoldWith "**" <|> parseBoldWith "__"
|
||||
parseItalic :: ReadP MdToken
|
||||
parseItalic = parseItalicWith "*" <|> parseItalicWith "_"
|
||||
where
|
||||
parseBoldWith delim = do
|
||||
parseItalicWith delim = do
|
||||
string delim
|
||||
inside <- greedyParse1 parseLineToken
|
||||
string delim
|
||||
|
Reference in New Issue
Block a user