Merge pull request #1090 from jrnold/master
LaTeX reader: add support for Verb macro
This commit is contained in:
commit
94daf912ea
1 changed files with 1 additions and 0 deletions
|
@ -455,6 +455,7 @@ inlineCommands = M.fromList $
|
|||
, ("footnote", (note . mconcat) <$> (char '{' *> manyTill block (char '}')))
|
||||
, ("verb", doverb)
|
||||
, ("lstinline", doverb)
|
||||
, ("Verb", doverb)
|
||||
, ("texttt", (code . stringify . toList) <$> tok)
|
||||
, ("url", (unescapeURL <$> braced) >>= \url ->
|
||||
pure (link url "" (str url)))
|
||||
|
|
Loading…
Reference in a new issue