diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-07 13:09:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-07 13:09:27 +0000 |
commit | 54c20ea66e3a8b5f2d1f39bef82737cd2afce2a4 (patch) | |
tree | e1af7f57036228519ad3ef15be7da1dd0f6f7339 /regress/mdoc/An | |
parent | b8ef179ea90844da1a88b01ec79d02fe12cf0d23 (diff) | |
download | mandoc-54c20ea66e3a8b5f2d1f39bef82737cd2afce2a4.tar.gz |
implement .An -split and -nosplit
Diffstat (limited to 'regress/mdoc/An')
-rw-r--r-- | regress/mdoc/An/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/An/break.out_markdown | 47 |
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 |