From fa99e371284a414ce8b13892006df003d31a0e37 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 5 Mar 2017 19:59:33 +0000 Subject: first batch of -T markdown tests --- regress/mdoc/blank/Makefile | 1 + regress/mdoc/blank/comment.out_markdown | 16 +++++++++++ regress/mdoc/blank/list.out_markdown | 50 +++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+) create mode 100644 regress/mdoc/blank/comment.out_markdown create mode 100644 regress/mdoc/blank/list.out_markdown (limited to 'regress/mdoc/blank') diff --git a/regress/mdoc/blank/Makefile b/regress/mdoc/blank/Makefile index e51424c9..8a43c0c8 100644 --- a/regress/mdoc/blank/Makefile +++ b/regress/mdoc/blank/Makefile @@ -2,6 +2,7 @@ REGRESS_TARGETS = line comment list LINT_TARGETS = line comment list +MARKDOWN_TARGETS = comment list SKIP_TMAN = list diff --git a/regress/mdoc/blank/comment.out_markdown b/regress/mdoc/blank/comment.out_markdown new file mode 100644 index 00000000..906a0c0b --- /dev/null +++ b/regress/mdoc/blank/comment.out_markdown @@ -0,0 +1,16 @@ +BLANK-COMMENT(1) - General Commands Manual + +# NAME + +**blank-comment** - normal and bogus comments + +# DESCRIPTION + +normal comment +bogus comment +end of text + +text +text + +OpenBSD - February 17, 2010 diff --git a/regress/mdoc/blank/list.out_markdown b/regress/mdoc/blank/list.out_markdown new file mode 100644 index 00000000..8d92f60f --- /dev/null +++ b/regress/mdoc/blank/list.out_markdown @@ -0,0 +1,50 @@ +BLANK-LIST(1) - General Commands Manual + +# NAME + +**blank-list** - handling of blank lines in lists + +# DESCRIPTION + +normal list: + +first item + +second item + +list with paragraphs: + +first item + +second item + +list with final paragraph: + +item + +list with double paragraph: + +item + +normal compact list: + +first item +second item + +compact list with paragraphs: + +first item + +second item + +compact list with final paragraph: + +item + +compact list with double paragraph: + +item + +End. + +OpenBSD - July 17, 2012 -- cgit v1.2.3-56-ge451