[BACK]Return to nested.out_markdown CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd

File: [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bd / nested.out_markdown (download)

Revision 1.4, Sun Apr 19 16:36:17 2020 UTC (4 years, 1 month ago) by schwarze
Branch: MAIN
CVS Tags: VERSION_1_14_6, HEAD
Changes since 1.3: +9 -5 lines

When .Bd, .D1, or .Dl is tagged, attach the permalink
to the first few letters, similar to what was earlier done for .Pp.

BD-NESTED(1) - General Commands Manual

# NAME

**Bd-nested** - nested displays and lists

# DESCRIPTION

BEGINTEST

regular
text

> outer text
> (default indent)

> > inner text
> > (default indent)

> outer
> text

regular
text

> outer text (4n)

> > inner text (2n)

> outer text

> tag

> > text

> outer text

regular text

tag

> outer text

> > inner text (2n)

> outer text

ENDTEST

OpenBSD - April 19, 2020