diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-05 19:59:33 +0000 |
commit | 6720c2e5aeecf3fc18ed94d21fe39caffaa70f11 (patch) | |
tree | e6edc639916f43b52d2efb638f3621e9b9f65207 /regress/mdoc/Rs/allch.out_markdown | |
parent | e89ce06acbd8218e6d0eb1ba09458d12ec60ee25 (diff) | |
download | mandoc-6720c2e5aeecf3fc18ed94d21fe39caffaa70f11.tar.gz |
first batch of -T markdown tests
Diffstat (limited to 'regress/mdoc/Rs/allch.out_markdown')
-rw-r--r-- | regress/mdoc/Rs/allch.out_markdown | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/regress/mdoc/Rs/allch.out_markdown b/regress/mdoc/Rs/allch.out_markdown new file mode 100644 index 00000000..7faac2a3 --- /dev/null +++ b/regress/mdoc/Rs/allch.out_markdown @@ -0,0 +1,50 @@ +RS-ALLCH(1) - General Commands Manual + +# NAME + +**Rs-allch** - reference block using all supported child macros + +# DESCRIPTION + +reference on the same line: +some +*bogus* +text +author name, +"title of article", +*book title*, +*issuer name*, +*journal name*, +report name, +number of journal, +volume number, +uniform resource locator, +page number, +institutional author, +city name, +date of publication, +optional information. + +# SEE ALSO + +reference after a blank line: + +some +*bogus* +text +author name, +"title of article", +*book title*, +*issuer name*, +*journal name*, +report name, +number of journal, +volume number, +uniform resource locator, +page number, +institutional author, +city name, +date of publication, +optional information. + +OpenBSD - July 7, 2014 |