pandoc-3.10: test/command/3771.md
``` % 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. ```
``` % 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. ```