diff options
Diffstat (limited to 'regress/mdoc/Bl/breakingIt.in')
-rw-r--r-- | regress/mdoc/Bl/breakingIt.in | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/breakingIt.in b/regress/mdoc/Bl/breakingIt.in new file mode 100644 index 00000000..025ea257 --- /dev/null +++ b/regress/mdoc/Bl/breakingIt.in @@ -0,0 +1,69 @@ +.Dd February 3, 2015 +.Dt BL-BREAKINGIT 1 +.Os OpenBSD +.Sh NAME +.Nm Bl-breakingIt +.Nd items breaking other blocks +.Sh DESCRIPTION +.Ss Breaking partial explicit macros +.Bl -tag -width Ds +Stray text. +.Ao +More stray text. +.It tag +Tagged text. +.El +.Bl -bullet +Stray text. +.Ao +More stray text. +.It +Bullet point. +.El +.Bl -tag -width Ds +.It tag +Tagged text. +.Ao +More tagged text. +.It tag2 +Yet more tagged text. +.El +.Bl -bullet +.It +Item text. +.Ao +More item text. +.It +Bullet point. +.El +.Ss Breaking full explicit macros +.Bl -tag -width Ds +Stray text. +.Bd -ragged -offset indent +More stray text. +.It tag +Tagged text. +.El +.Bl -bullet +Stray text. +.Bd -ragged -offset indent +More stray text. +.It +Bullet point. +.El +.Bl -tag -width Ds +.It tag +Tagged text. +.Bd -ragged -offset indent +Display text. +.It tag2 +More tagged text. +.El +.Bl -bullet +.It +Item text. +.Bd -ragged -offset indent +Display text. +.It +Bullet point. +.El |