aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Ar
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Ar')
-rw-r--r--regress/mdoc/Ar/Makefile1
-rw-r--r--regress/mdoc/Ar/font.out_markdown13
-rw-r--r--regress/mdoc/Ar/punct.out_markdown42
3 files changed, 56 insertions, 0 deletions
diff --git a/regress/mdoc/Ar/Makefile b/regress/mdoc/Ar/Makefile
index 2d1d895c..d7ea1681 100644
--- a/regress/mdoc/Ar/Makefile
+++ b/regress/mdoc/Ar/Makefile
@@ -1,5 +1,6 @@
# $OpenBSD: Makefile,v 1.3 2012/07/09 17:52:09 schwarze Exp $
REGRESS_TARGETS = punct font
+MARKDOWN_TARGETS = punct font
.include <bsd.regress.mk>
diff --git a/regress/mdoc/Ar/font.out_markdown b/regress/mdoc/Ar/font.out_markdown
new file mode 100644
index 00000000..8ee329ef
--- /dev/null
+++ b/regress/mdoc/Ar/font.out_markdown
@@ -0,0 +1,13 @@
+AR-FONT(1) - General Commands Manual
+
+# NAME
+
+**Ar-font** - changing fonts inside the argument macro
+
+# DESCRIPTION
+
+normal text
+*emphasis**bold**back*
+trailing text
+
+OpenBSD - July 9, 2012
diff --git a/regress/mdoc/Ar/punct.out_markdown b/regress/mdoc/Ar/punct.out_markdown
new file mode 100644
index 00000000..b8e3eda6
--- /dev/null
+++ b/regress/mdoc/Ar/punct.out_markdown
@@ -0,0 +1,42 @@
+AR-PUNCT(1) - General Commands Manual
+
+# NAME
+
+**Ar-punct** - punctuation handling by the Ar macro
+
+# DESCRIPTION
+
+closing punctuation
+*a*)
+only one
+*file ...*)
+only more than one
+*file ...*))
+middle
+*a*) *z*
+start
+*file ...*) *z*
+dot
+*file ...*. *z*
+comma
+*file ...*, *z*
+semicolon
+*file ...*; *z*
+colon
+*file ...*: *z*
+quest
+*file ...*? *z*
+excl
+*file ...*! *z*
+paren
+*file ...*) *z*
+bracket
+*file ...*] *z*
+bar
+| *m*
+op paren
+(*a*
+op bracket
+\[*a*
+
+OpenBSD - August 21, 2014