aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/D1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-03-08 14:45:55 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-03-08 14:45:55 +0000
commit51ca12e3bb02516f826a3325bc86d02263cfcede (patch)
tree06d7cc129ad313aedea9bde228b1c488fee31c83 /regress/mdoc/D1
parent18041b0d660f58378f38e359b6f6f0304cbdde21 (diff)
downloadmandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.tar.gz
mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.tar.zst
mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.zip
enable -T markdown tests of filled displays and tagged lists
Diffstat (limited to 'regress/mdoc/D1')
-rw-r--r--regress/mdoc/D1/Makefile1
-rw-r--r--regress/mdoc/D1/spacing.out_markdown17
2 files changed, 18 insertions, 0 deletions
diff --git a/regress/mdoc/D1/Makefile b/regress/mdoc/D1/Makefile
index bed27d1b..047c39bd 100644
--- a/regress/mdoc/D1/Makefile
+++ b/regress/mdoc/D1/Makefile
@@ -2,5 +2,6 @@
REGRESS_TARGETS = spacing
LINT_TARGETS = spacing
+MARKDOWN_TARGETS = spacing
.include <bsd.regress.mk>
diff --git a/regress/mdoc/D1/spacing.out_markdown b/regress/mdoc/D1/spacing.out_markdown
new file mode 100644
index 00000000..c0ebf104
--- /dev/null
+++ b/regress/mdoc/D1/spacing.out_markdown
@@ -0,0 +1,17 @@
+D1-SPACING(1) - General Commands Manual
+
+# NAME
+
+**D1-spacing** - spacing in and around one-line displays
+
+# DESCRIPTION
+
+preceding text
+
+> spacing in and around one-line displays
+
+empty display:
+
+following text
+
+OpenBSD - February 5, 2015