X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/d9f0f81c846a8405c29870e4a8379e5e79d1cad3..332a2176094538e094fed8f1e5e251feb6b666e9:/regress/mdoc/Bf/Makefile diff --git a/regress/mdoc/Bf/Makefile b/regress/mdoc/Bf/Makefile index 799c8af9..eb845e95 100644 --- a/regress/mdoc/Bf/Makefile +++ b/regress/mdoc/Bf/Makefile @@ -3,6 +3,10 @@ REGRESS_TARGETS = nest multiargs badargs break broken LINT_TARGETS = multiargs badargs break broken +# mandoc -T markdown ignores .Bf, at least for now + +SKIP_MARKDOWN ?= ALL + # groff-1.22.2 defects: # - If the first argument to .Bf is a bad one, # no block is opened at all and the .Ef causes another error.