aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/An
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:09:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-07 13:09:27 +0000
commit65a4977ab032daa686d1fb9c4b076d62a13329e8 (patch)
treeb28dfdb69bb8ab3157aed337296b635551571673 /regress/mdoc/An
parent77f25660d4c378743ba5de7f47385d7979d357e3 (diff)
downloadmandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.tar.gz
mandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.tar.zst
mandoc-65a4977ab032daa686d1fb9c4b076d62a13329e8.zip
implement .An -split and -nosplit
Diffstat (limited to 'regress/mdoc/An')
-rw-r--r--regress/mdoc/An/Makefile1
-rw-r--r--regress/mdoc/An/break.out_markdown47
2 files changed, 48 insertions, 0 deletions
diff --git a/regress/mdoc/An/Makefile b/regress/mdoc/An/Makefile
index b061bf76..da42571a 100644
--- a/regress/mdoc/An/Makefile
+++ b/regress/mdoc/An/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = break
LINT_TARGETS = break
+MARKDOWN_TARGETS = break
.include <bsd.regress.mk>
diff --git a/regress/mdoc/An/break.out_markdown b/regress/mdoc/An/break.out_markdown
new file mode 100644
index 00000000..8605f693
--- /dev/null
+++ b/regress/mdoc/An/break.out_markdown
@@ -0,0 +1,47 @@
+AN-BREAK(1) - General Commands Manual
+
+# NAME
+
+**An-break** - line breaking of the author macro
+
+# DESCRIPTION
+
+inline is the default:
+Kristaps,
+Ingo,
+and
+Joerg.
+empty
+trailing
+.
+
+split mode:
+Kristaps
+Ingo
+Joerg
+
+empty
+trailing
+.
+
+# AUTHORS
+
+split mode is the default:
+Kristaps
+Ingo
+Joerg
+
+empty
+trailing
+.
+
+inline:
+Kristaps,
+Ingo,
+and
+Joerg.
+empty
+trailing
+.
+
+OpenBSD - February 5, 2015