diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 15:08:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 15:08:36 +0000 |
commit | c7cdd55bb559416cae073ca081f73da0635e0a0c (patch) | |
tree | cf14d053a36ede61577885380543a4ffe865aebb /regress/mdoc/Bl/colNoIt.out_markdown | |
parent | c9ea4efdfe1f4c306c11a2fe1f31986ded1279fd (diff) | |
download | mandoc-c7cdd55bb559416cae073ca081f73da0635e0a0c.tar.gz |
.Bl -column never gets blank lines between rows
Diffstat (limited to 'regress/mdoc/Bl/colNoIt.out_markdown')
-rw-r--r-- | regress/mdoc/Bl/colNoIt.out_markdown | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/colNoIt.out_markdown b/regress/mdoc/Bl/colNoIt.out_markdown new file mode 100644 index 00000000..d7c9004d --- /dev/null +++ b/regress/mdoc/Bl/colNoIt.out_markdown @@ -0,0 +1,15 @@ +BL-COLNOIT(1) - General Commands Manual + +# NAME + +**Bl-colNoIt** - column lists without item macros + +# DESCRIPTION + + **a** b + *c* d + + a b + c d + +OpenBSD - August 20, 2016 |