Markdown reader: don't produce empty Raw element with --strip-comments.

Closes #11625.
This commit is contained in:
John MacFarlane
2026-05-07 12:09:04 +02:00
parent a67492e1e0
commit 7825bd001c
2 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
- two
^D
<ul>
<li>one </li>
<li>one</li>
<li>two</li>
</ul>
```