diff options
| author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 14:45:55 +0000 |
|---|---|---|
| committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 14:45:55 +0000 |
| commit | 51ca12e3bb02516f826a3325bc86d02263cfcede (patch) | |
| tree | 06d7cc129ad313aedea9bde228b1c488fee31c83 /regress/mdoc/Bl/badargs.out_markdown | |
| parent | 18041b0d660f58378f38e359b6f6f0304cbdde21 (diff) | |
| download | mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.tar.gz mandoc-51ca12e3bb02516f826a3325bc86d02263cfcede.zip | |
enable -T markdown tests of filled displays and tagged lists
Diffstat (limited to 'regress/mdoc/Bl/badargs.out_markdown')
| -rw-r--r-- | regress/mdoc/Bl/badargs.out_markdown | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/regress/mdoc/Bl/badargs.out_markdown b/regress/mdoc/Bl/badargs.out_markdown new file mode 100644 index 00000000..474364d3 --- /dev/null +++ b/regress/mdoc/Bl/badargs.out_markdown @@ -0,0 +1,60 @@ +BL-BADARGS(1) - General Commands Manual + +# NAME + +**Bl-badargs** - list with bad arguments + +# DESCRIPTION + +trailing -offset: + +* is ignored + +trailing -width: + +* bullet + +- dash + +- hyphen + +hang + +> item + +tag + +> Here we need a very long line. +> It must be sufficiently long such that it wraps the line. + +double type: + +* bullet enum + +1. enum bullet + +unknown arguments: + +* bullet text + +1. enum text + +inset +text + +item text + +ohang +text + +tag + +> text + +double arguments: + +last + +> wins + +OpenBSD - February 4, 2015 |
