Annotation of mandoc/regress/mdoc/Bd/nested.out_markdown, Revision 1.4
1.1 schwarze 1: BD-NESTED(1) - General Commands Manual
2:
3: # NAME
4:
5: **Bd-nested** - nested displays and lists
6:
7: # DESCRIPTION
8:
1.4 ! schwarze 9: BEGINTEST
! 10:
1.1 schwarze 11: regular
12: text
13:
1.4 ! schwarze 14: > outer text
! 15: > (default indent)
1.1 schwarze 16:
1.4 ! schwarze 17: > > inner text
! 18: > > (default indent)
1.1 schwarze 19:
20: > outer
21: > text
22:
23: regular
24: text
25:
26: > outer text (4n)
27:
28: > > inner text (2n)
29:
30: > outer text
31:
32: > tag
33:
34: > > text
35:
36: > outer text
37:
38: regular text
39:
40: tag
41:
42: > outer text
43:
44: > > inner text (2n)
45:
46: > outer text
47:
1.4 ! schwarze 48: ENDTEST
! 49:
! 50: OpenBSD - April 19, 2020
CVSweb