aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/mdoc/Bl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'regress/mdoc/Bl/Makefile')
-rw-r--r--regress/mdoc/Bl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/regress/mdoc/Bl/Makefile b/regress/mdoc/Bl/Makefile
index 0c2114cb..01c45ed1 100644
--- a/regress/mdoc/Bl/Makefile
+++ b/regress/mdoc/Bl/Makefile
@@ -13,12 +13,6 @@ LINT_TARGETS = column notype badargs tag
LINT_TARGETS += empty noIt emptyhead emptytag emptyitem
LINT_TARGETS += bareIt bareTa break breakingIt broken
-MARKDOWN_TARGETS = item inset diag ohang bullet dash enum hang tag
-MARKDOWN_TARGETS += column colNoIt extend nested offset secstart
-MARKDOWN_TARGETS += notype multitype badargs
-MARKDOWN_TARGETS += empty noIt emptyhead emptytag emptyitem multitag
-MARKDOWN_TARGETS += bareIt bareTa unclosed breakingIt breakingTa broken
-
# groff-mandoc differences:
# - groff allows enclosures to span Ta, mandoc does not
@@ -46,4 +40,8 @@ SKIP_TMAN += tag
SKIP_TMAN += emptyhead emptytag
+# mandoc -T markdown still has issues with badly nested lists
+
+SKIP_MARKDOWN ?= break
+
.include <bsd.regress.mk>