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