=================================================================== RCS file: /cvs/mandoc/regress/mdoc/Bl/Makefile,v retrieving revision 1.2 retrieving revision 1.7 diff -u -p -r1.2 -r1.7 --- mandoc/regress/mdoc/Bl/Makefile 2017/02/11 20:22:35 1.2 +++ mandoc/regress/mdoc/Bl/Makefile 2017/03/08 22:54:34 1.7 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2017/02/11 20:22:35 schwarze Exp $ +# $OpenBSD: Makefile,v 1.7 2017/03/08 22:54:34 schwarze Exp $ REGRESS_TARGETS = item inset diag ohang bullet dash enum hang tag REGRESS_TARGETS += column colNoIt extend nested offset secstart @@ -39,5 +39,9 @@ SKIP_TMAN += tag # Empty heads are still mishandled by -Tman. SKIP_TMAN += emptyhead emptytag + +# mandoc -T markdown still has issues with badly nested lists + +SKIP_MARKDOWN ?= break .include