diff options
Diffstat (limited to 'regress/mdoc/Pa')
-rw-r--r-- | regress/mdoc/Pa/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Pa/font.out_markdown | 13 | ||||
-rw-r--r-- | regress/mdoc/Pa/punct.out_markdown | 42 |
3 files changed, 56 insertions, 0 deletions
diff --git a/regress/mdoc/Pa/Makefile b/regress/mdoc/Pa/Makefile index 5f939fd3..1c9cadc7 100644 --- a/regress/mdoc/Pa/Makefile +++ b/regress/mdoc/Pa/Makefile @@ -1,6 +1,7 @@ # $OpenBSD: Makefile,v 1.4 2014/08/21 12:56:24 schwarze Exp $ REGRESS_TARGETS = font punct +MARKDOWN_TARGETS = font punct # XXX The FILES target doesn't currently work. diff --git a/regress/mdoc/Pa/font.out_markdown b/regress/mdoc/Pa/font.out_markdown new file mode 100644 index 00000000..0278fd99 --- /dev/null +++ b/regress/mdoc/Pa/font.out_markdown @@ -0,0 +1,13 @@ +PA-FONT(1) - General Commands Manual + +# NAME + +**Pa-font** - changing fonts inside the path macro + +# DESCRIPTION + +normal text +*emphasis**bold**back* +trailing text + +OpenBSD - July 9, 2012 diff --git a/regress/mdoc/Pa/punct.out_markdown b/regress/mdoc/Pa/punct.out_markdown new file mode 100644 index 00000000..e7b05033 --- /dev/null +++ b/regress/mdoc/Pa/punct.out_markdown @@ -0,0 +1,42 @@ +PA-PUNCT(1) - General Commands Manual + +# NAME + +**Pa-punct** - punctuation handling by the Pa 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* + +OpenBSD - August 21, 2014 |