aboutsummaryrefslogtreecommitdiff
path: root/test/command/parse-raw.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/parse-raw.md')
-rw-r--r--test/command/parse-raw.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/command/parse-raw.md b/test/command/parse-raw.md
index f4e493c69..a1a41b551 100644
--- a/test/command/parse-raw.md
+++ b/test/command/parse-raw.md
@@ -2,7 +2,7 @@
% pandoc -f latex+raw_tex -t markdown
\emph{Hi \foo{there}}
^D
-*Hi \foo{there}*
+*Hi `\foo{there}`{=latex}*
```
```
@@ -16,7 +16,7 @@
% pandoc -f html+raw_html -t markdown
<em>Hi <blink>there</blink></em>
^D
-*Hi <blink>there</blink>*
+*Hi `<blink>`{=html}there`</blink>`{=html}*
```
```