diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
commit | 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 (patch) | |
tree | e6edc639916f43b52d2efb638f3621e9b9f65207 /regress/mdoc/Pf | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Pf')
-rw-r--r-- | regress/mdoc/Pf/Makefile | 1 | ||||
-rw-r--r-- | regress/mdoc/Pf/spacing.out_markdown | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/regress/mdoc/Pf/Makefile b/regress/mdoc/Pf/Makefile index c222abf1..7a9c9218 100644 --- a/regress/mdoc/Pf/Makefile +++ b/regress/mdoc/Pf/Makefile @@ -2,5 +2,6 @@ REGRESS_TARGETS = spacing LINT_TARGETS = spacing +MARKDOWN_TARGETS = spacing .include <bsd.regress.mk> diff --git a/regress/mdoc/Pf/spacing.out_markdown b/regress/mdoc/Pf/spacing.out_markdown new file mode 100644 index 00000000..52349715 --- /dev/null +++ b/regress/mdoc/Pf/spacing.out_markdown @@ -0,0 +1,34 @@ +PF-SPACING(1) - General Commands Manual + +# NAME + +**Pf-spacing** - spacing around the prefix macro + +# DESCRIPTION + +Closing punctuation goes +.right. +But +.. double +prefixes don't work. +Opening punctuation goes +(left. +But again, prefix +() pairs +don't work. +Even normal text gets +prefixed. +The first +Argument +is not parsed. +Nothing can be +prefixed +to the next line. +Trailing punctuation still counts as +*eos* . +(But it does not fall out of enclosures .) + +It makes no sense at the very +*end* + +OpenBSD - November 30, 2014 |