X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/a24d5d11dabf6ba2445173848e0253a40a3e8798..cc054d87a39246eed78c9ae061022b305490a30b:/regress/mdoc/Bl/Makefile?ds=sidebyside 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