]> git.cameronkatri.com Git - mandoc.git/blob - regress/mdoc/Bl/emptyitem.in
Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section> elements
[mandoc.git] / regress / mdoc / Bl / emptyitem.in
1 .\" $OpenBSD: emptyitem.in,v 1.4 2017/07/04 14:53:24 schwarze Exp $
2 .Dd $Mdocdate: July 4 2017 $
3 .Dt BL-EMPTYITEM 1
4 .Os
5 .Sh NAME
6 .Nm Bl-emptyitem
7 .Nd lists with fixed heads and empty items
8 .Sh DESCRIPTION
9 bullet list:
10 .Bl -bullet
11 .It head argument
12 one
13 .It
14 .It
15 three
16 .El
17 dash list:
18 .Bl -dash
19 .It
20 one
21 .It head argument
22 .It
23 three
24 .El
25 enum list:
26 .Bl -enum
27 .It
28 one
29 .It
30 .It head argument
31 three
32 .El
33 hyphen list:
34 .Bl -hyphen
35 .It Sy head argument
36 one
37 .It
38 .It
39 three
40 .El