diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-07-22 15:28:15 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-07-22 15:29:07 -0700 |
commit | d9960244d8413592fc29c69780c41944c8c341be (patch) | |
tree | 9d5f252d1253e5407c255df7f7a15f710f809d8b /test/command/4669.md | |
parent | 63c65c89da7fa54c96199cf88bf1769b7088c1ec (diff) | |
download | pandoc-d9960244d8413592fc29c69780c41944c8c341be.tar.gz |
LaTeX reader: support tex `\tt` command.
Closes #5654.
Diffstat (limited to 'test/command/4669.md')
-rw-r--r-- | test/command/4669.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/command/4669.md b/test/command/4669.md index b9db45b17..0bc989516 100644 --- a/test/command/4669.md +++ b/test/command/4669.md @@ -6,7 +6,7 @@ while (n > 0) { \end{verbatim} ^D -[Para [Span ("",[],[]) [Str "<-"]] +[Para [Span ("",[],[]) [Code ("",[],[]) "<-"]]] ,CodeBlock ("",[],[]) " while (n > 0) {"] ``` |