aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ad
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ad')
-rw-r--r--regress/mdoc/Ad/Makefile3
-rw-r--r--regress/mdoc/Ad/font.out_markdown13
-rw-r--r--regress/mdoc/Ad/noarg.out_markdown14
3 files changed, 29 insertions, 1 deletions
diff --git a/regress/mdoc/Ad/Makefile b/regress/mdoc/Ad/Makefile
index 1be2a84a..667257a2 100644
--- a/regress/mdoc/Ad/Makefile
+++ b/regress/mdoc/Ad/Makefile
@@ -1,6 +1,7 @@
# $OpenBSD: Makefile,v 1.4 2014/07/02 20:18:42 schwarze Exp $
-REGRESS_TARGETS = noarg font
+REGRESS_TARGETS = noarg font
LINT_TARGETS = noarg
+MARKDOWN_TARGETS = noarg font
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ad/font.out_markdown b/regress/mdoc/Ad/font.out_markdown
new file mode 100644
index 00000000..365add62
--- /dev/null
+++ b/regress/mdoc/Ad/font.out_markdown
@@ -0,0 +1,13 @@
+AD-FONT(1) - General Commands Manual
+
+# NAME
+
+**Ad-font** - changing fonts inside the address macro
+
+# DESCRIPTION
+
+normal text
+*emphasis**bold**back* | *after*: *punctuation*
+trailing text
+
+OpenBSD - November 20, 2014
diff --git a/regress/mdoc/Ad/noarg.out_markdown b/regress/mdoc/Ad/noarg.out_markdown
new file mode 100644
index 00000000..de7b6c64
--- /dev/null
+++ b/regress/mdoc/Ad/noarg.out_markdown
@@ -0,0 +1,14 @@
+AD-NOARG(1) - General Commands Manual
+
+# NAME
+
+**Ad-noarg** - address macro without an argument
+
+# DESCRIPTION
+
+with address:
+*0x3bc*
+no address:
+end of test document
+
+OpenBSD - January 19, 2011