From 65a4977ab032daa686d1fb9c4b076d62a13329e8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Tue, 7 Mar 2017 13:09:27 +0000 Subject: implement .An -split and -nosplit --- regress/mdoc/An/Makefile | 1 + regress/mdoc/An/break.out_markdown | 47 +++++++++++++++++++++++++++++++++++++ regress/mdoc/Aq/Makefile | 2 +- regress/mdoc/Aq/author.out_markdown | 16 +++++++++++++ 4 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 regress/mdoc/An/break.out_markdown create mode 100644 regress/mdoc/Aq/author.out_markdown (limited to 'regress') 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 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 diff --git a/regress/mdoc/Aq/Makefile b/regress/mdoc/Aq/Makefile index ac59b314..d0bcc85a 100644 --- a/regress/mdoc/Aq/Makefile +++ b/regress/mdoc/Aq/Makefile @@ -2,6 +2,6 @@ REGRESS_TARGETS = author empty UTF8_TARGETS = author empty -MARKDOWN_TARGETS = empty +MARKDOWN_TARGETS = author empty .include diff --git a/regress/mdoc/Aq/author.out_markdown b/regress/mdoc/Aq/author.out_markdown new file mode 100644 index 00000000..292eb5c5 --- /dev/null +++ b/regress/mdoc/Aq/author.out_markdown @@ -0,0 +1,16 @@ +AQ-AUTHOR(1) - General Commands Manual + +# NAME + +**Aq-author** - angle brackets after an author name macro + +# DESCRIPTION + +Name <> Name <> + +# AUTHORS + +Name <> +Name <> + +OpenBSD - November 19, 2014 -- cgit v1.2.3-56-ge451