summaryrefslogtreecommitdiff
path: root/test/command/3771.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3771.md')
-rw-r--r--test/command/3771.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/3771.md b/test/command/3771.md
new file mode 100644
index 000000000..1d3a75ae1
--- /dev/null
+++ b/test/command/3771.md
@@ -0,0 +1,14 @@
+```
+% pandoc -f html -t org
+<div class="Section1">
+ Today is a nice day.
+</div>
+<div id="forecast">
+ Tomorrow will be rainy.
+</div>
+^D
+Today is a nice day.
+
+<<forecast>>
+Tomorrow will be rainy.
+```