diff options
-rw-r--r-- | test/command/parse-raw.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/command/parse-raw.md b/test/command/parse-raw.md index 6c91c2fa9..f4e493c69 100644 --- a/test/command/parse-raw.md +++ b/test/command/parse-raw.md @@ -9,7 +9,6 @@ % pandoc -f latex -t markdown \emph{Hi \foo{there}} ^D -[warning] Skipped '\foo{there}' at line 1 column 21 *Hi* ``` @@ -24,7 +23,5 @@ % pandoc -f html -t markdown <em>Hi <blink>there</blink></em> ^D -[warning] Skipped '<blink>' at input line 1 column 8 -[warning] Skipped '</blink>' at input line 1 column 20 *Hi there* ``` |