aboutsummaryrefslogtreecommitdiff
path: root/test/command/3736.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3736.md')
-rw-r--r--test/command/3736.md9
1 files changed, 3 insertions, 6 deletions
diff --git a/test/command/3736.md b/test/command/3736.md
index b66e0a359..b7d75aa5d 100644
--- a/test/command/3736.md
+++ b/test/command/3736.md
@@ -3,8 +3,7 @@
<h2>hi
there</h2>
^D
-hi there
---------
+## hi there
```
```
@@ -12,14 +11,12 @@ hi there
<h2>hi <em>there
again</em></h2>
^D
-hi *there again*
-----------------
+## hi *there again*
```
```
% pandoc --wrap=preserve -f html -t markdown
<h2>hi<br>there</h2>
^D
-hi there
---------
+## hi there
```