aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bd/paragraph.out_html
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Bd/paragraph.out_html')
-rw-r--r--regress/mdoc/Bd/paragraph.out_html19
1 files changed, 19 insertions, 0 deletions
diff --git a/regress/mdoc/Bd/paragraph.out_html b/regress/mdoc/Bd/paragraph.out_html
new file mode 100644
index 00000000..c2c6993e
--- /dev/null
+++ b/regress/mdoc/Bd/paragraph.out_html
@@ -0,0 +1,19 @@
+BEGINTEST initial text
+<p class="Pp">normal paragraph</p>
+<div class="Bd Pp">filled display
+<p class="Pp">paragraph in display</p>
+</div>
+back to normal
+<p class="Pp">another paragraph</p>
+<div class="Bd Pp">
+<pre>
+unfilled
+display
+
+unfilled
+paragraph
+</pre>
+</div>
+again back to normal
+<br/>
+ENDTEST