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 | 8534cbf2dae8829993602168a26069f7ff98758c (patch) | |
tree | 508cd5368de6c33e7f7f3d1db1c21499f5f0d434 /regress/mdoc/break/tail.out_markdown | |
parent | 62f910cc343a816f86aa11097418b5bc136bb70f (diff) | |
download | mandoc-8534cbf2dae8829993602168a26069f7ff98758c.tar.gz |
enable -T markdown tests of filled displays and tagged lists
Diffstat (limited to 'regress/mdoc/break/tail.out_markdown')
-rw-r--r-- | regress/mdoc/break/tail.out_markdown | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/regress/mdoc/break/tail.out_markdown b/regress/mdoc/break/tail.out_markdown new file mode 100644 index 00000000..83e8fd0e --- /dev/null +++ b/regress/mdoc/break/tail.out_markdown @@ -0,0 +1,43 @@ +BREAK-TAIL(1) - General Commands Manual + +# NAME + +**break-tail** - tail arguments on or after broken blocks + +# DESCRIPTION + +Broken by a partial explicit block: +<ao +\[bo ac> bc] +tail +<ao +\[bo ac> bc] \(po pc) +tail + +Broken by a partial implicit block: +<aq \[bo eol>] +tail +<aq \[bo eol>] \(po pc) +tail + +Broken by a full implicit block: + +it <ao ac> +tail + +> list body + +it <ao ac> (po pc) +tail + +> list body + +After a broken block: closing child on closing macro, +then opening child on closing macro: +<ao +\[bo +{bro +(po brc} pc) +bc] ac> \[op] + +OpenBSD - February 11, 2017 |