Enable nested bullets.
This commit is contained in:
parent
9cc958c026
commit
62236d9276
1 changed files with 8 additions and 2 deletions
|
@ -68,14 +68,20 @@ accumulate
|
||||||
..
|
..
|
||||||
.
|
.
|
||||||
.\" BULLET and ENUM => do not add space when no parameter are provided
|
.\" BULLET and ENUM => do not add space when no parameter are provided
|
||||||
|
.de STARTBULLET \" Bullet points
|
||||||
|
.in +1
|
||||||
|
..
|
||||||
.de BULLET \" Bullet points
|
.de BULLET \" Bullet points
|
||||||
.IP \(bu 2
|
.in -1
|
||||||
|
\(bu
|
||||||
|
.in +1
|
||||||
|
.sp -1
|
||||||
.ie '\\$1'' \
|
.ie '\\$1'' \
|
||||||
.
|
.
|
||||||
.el \\$*
|
.el \\$*
|
||||||
..
|
..
|
||||||
.de ENDBULLET
|
.de ENDBULLET
|
||||||
.in -2 \" indent
|
.in -1 \" indent
|
||||||
..
|
..
|
||||||
.
|
.
|
||||||
.de ENUM \" Numbered list
|
.de ENUM \" Numbered list
|
||||||
|
|
Loading…
Add table
Reference in a new issue