diff options
Diffstat (limited to 'regress/man/IP/bullet.out_html')
-rw-r--r-- | regress/man/IP/bullet.out_html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/man/IP/bullet.out_html b/regress/man/IP/bullet.out_html new file mode 100644 index 00000000..95c452b0 --- /dev/null +++ b/regress/man/IP/bullet.out_html @@ -0,0 +1,12 @@ +<ul class="Bl-bullet"> + <li>one</li> + <li>two</li> +</ul> +<ul class="Bl-bullet"> + <li>three</li> + <li>four</li> +</ul> +<ul class="Bl-dash"> + <li>five</li> + <li>six</li> +</ul> |