aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Va/punct.out_markdown
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Va/punct.out_markdown')
-rw-r--r--regress/mdoc/Va/punct.out_markdown45
1 files changed, 45 insertions, 0 deletions
diff --git a/regress/mdoc/Va/punct.out_markdown b/regress/mdoc/Va/punct.out_markdown
new file mode 100644
index 00000000..772793f0
--- /dev/null
+++ b/regress/mdoc/Va/punct.out_markdown
@@ -0,0 +1,45 @@
+AR-PUNCT(1) - General Commands Manual
+
+# NAME
+
+**Va-punct** - punctuation handling by the Va macro
+
+# DESCRIPTION
+
+closing punctuation
+*a*)
+only one
+)
+only more than one
+))
+middle
+*a*) *z*
+start
+) *z*
+dot
+. *z*
+comma
+, *z*
+semicolon
+; *z*
+colon
+: *z*
+quest
+? *z*
+excl
+! *z*
+paren
+) *z*
+bracket
+] *z*
+bar
+| *m*
+op paren
+(*a*
+op bracket
+\[*a*
+
+quoted punctuation:
+*a* (*b* | *c*) *d*, **bold**.
+
+OpenBSD - August 21, 2014