From 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 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/list.out_markdown | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 regress/mdoc/blank/list.out_markdown (limited to 'regress/mdoc/blank/list.out_markdown') 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