Annotation of mandoc/regress/mdoc/Bl/breakingIt.out_markdown, Revision 1.3
1.1 schwarze 1: BL-BREAKINGIT(1) - General Commands Manual
2:
3: # NAME
4:
5: **Bl-breakingIt** - items breaking other blocks
6:
7: # DESCRIPTION
8:
9: ## Breaking partial explicit macros
10:
11: Stray text.
1.2 schwarze 12: <More stray text>
1.1 schwarze 13:
14: tag
15:
16: > Tagged text.
17:
18: Stray text.
1.2 schwarze 19: <More stray text>
1.1 schwarze 20:
21: * Bullet point.
22:
23: tag
24:
25: > Tagged text.
1.2 schwarze 26: > <More tagged text>
1.1 schwarze 27:
28: tag2
29:
30: > Yet more tagged text.
31:
32: * Item text.
1.2 schwarze 33: <More item text>
1.1 schwarze 34:
35: * Bullet point.
36:
37: ## Breaking full explicit macros
38:
39: Stray text.
40:
41: > More stray text.
42:
43: tag
44:
45: > Tagged text.
46:
47: Stray text.
48:
49: > More stray text.
50:
51: * Bullet point.
52:
53: tag
54:
55: > Tagged text.
56:
57: > > Display text.
58:
59: tag2
60:
61: > More tagged text.
62:
63: * Item text.
64:
65: > Display text.
66:
67: * Bullet point.
68:
1.3 ! schwarze 69: OpenBSD - July 4, 2017
CVSweb