Markdown reader: Further fix to abbrevs.
This commit is contained in:
parent
7b4d3c77ec
commit
1a4a0d0283
1 changed files with 1 additions and 1 deletions
|
@ -1068,7 +1068,7 @@ str = do
|
|||
[] -> return $ Str result
|
||||
xs -> choice (map (\x ->
|
||||
try (string x >> oneOf " \n" >>
|
||||
lookAhead letter >>
|
||||
lookAhead alphaNum >>
|
||||
return (Str $ result ++ spacesToNbr x ++ "\160"))) xs)
|
||||
<|> (return $ Str result)
|
||||
else return $ Str result
|
||||
|
|
Loading…
Reference in a new issue