1
- < h3 id =" example-191 " > Example 191</ h3 >
1
+ < h3 > Example 191</ h3 >
2
2
3
3
< blockquote >
4
- < h1 id =" foo " > Foo</ h1 >
4
+ < h1 > Foo</ h1 >
5
5
< p > bar
6
6
baz</ p >
7
7
</ blockquote >
8
8
9
- < h3 id =" example-192 " > Example 192</ h3 >
9
+ < h3 > Example 192</ h3 >
10
10
11
11
< p > The spaces after the < code > ></ code > characters can be omitted:</ p >
12
12
13
13
< blockquote >
14
- < h1 id =" foo " > Foo</ h1 >
14
+ < h1 > Foo</ h1 >
15
15
< p > bar
16
16
baz</ p >
17
17
</ blockquote >
18
18
19
- < h3 id =" example-193 " > Example 193</ h3 >
19
+ < h3 > Example 193</ h3 >
20
20
21
21
< p > The < code > ></ code > characters can be indented 1-3 spaces:</ p >
22
22
23
23
< blockquote >
24
- < h1 id =" foo " > Foo</ h1 >
24
+ < h1 > Foo</ h1 >
25
25
< p > bar
26
26
baz</ p >
27
27
</ blockquote >
28
28
29
- < h3 id =" example-194 " > Example 194</ h3 >
29
+ < h3 > Example 194</ h3 >
30
30
31
31
< p > Four spaces gives us a code block:</ p >
32
32
33
33
< pre > < code > > # Foo
34
34
> bar
35
35
> baz</ code > </ pre >
36
36
37
- < h3 id =" example-195 " > Example 195</ h3 >
37
+ < h3 > Example 195</ h3 >
38
38
39
39
< p > The Laziness clause allows us to omit the < code > ></ code > before paragraph continuation text:</ p >
40
40
41
41
< blockquote >
42
- < h1 id =" foo " > Foo</ h1 >
42
+ < h1 > Foo</ h1 >
43
43
< p > bar
44
44
baz</ p >
45
45
</ blockquote >
46
46
47
- < h3 id =" example-196 " > Example 196</ h3 >
47
+ < h3 > Example 196</ h3 >
48
48
49
49
< p > A block quote can contain some lazy and some non-lazy continuation lines:</ p >
50
50
@@ -54,7 +54,7 @@ <h3 id="example-196">Example 196</h3>
54
54
foo</ p >
55
55
</ blockquote >
56
56
57
- < h3 id =" example-197 " > Example 197</ h3 >
57
+ < h3 > Example 197</ h3 >
58
58
59
59
< p > Laziness only applies to lines that would have been continuations of paragraphs had they been prepended with block quote markers. For example, the < code > ></ code > cannot be omitted in the second line of</ p >
60
60
@@ -65,14 +65,14 @@ <h3 id="example-197">Example 197</h3>
65
65
66
66
< p > without changing the meaning.</ p >
67
67
68
- < h3 id =" example-198 " > Example 198</ h3 >
68
+ < h3 > Example 198</ h3 >
69
69
70
70
< pre > < code > Similarly, if we omit the `>` in the second line then the block quote ends after the first line:
71
71
72
72
> - foo
73
73
- bar</ code > </ pre >
74
74
75
- < h3 id =" example-199 " > Example 199</ h3 >
75
+ < h3 > Example 199</ h3 >
76
76
77
77
< p > For the same reason, we can’t omit the < code > ></ code > in front of subsequent lines of an indented or fenced code block:</ p >
78
78
@@ -81,7 +81,7 @@ <h3 id="example-199">Example 199</h3>
81
81
</ blockquote >
82
82
< pre > < code > bar</ code > </ pre >
83
83
84
- < h3 id =" example-200 " > Example 200</ h3 >
84
+ < h3 > Example 200</ h3 >
85
85
86
86
< pre > < code > > ```
87
87
foo
@@ -93,7 +93,7 @@ <h3 id="example-200">Example 200</h3>
93
93
<p>foo</p>
94
94
<pre><code></code></pre></ code > </ pre >
95
95
96
- < h3 id =" example-201 " > Example 201</ h3 >
96
+ < h3 > Example 201</ h3 >
97
97
< pre > < code > > foo
98
98
- bar
99
99
@@ -102,19 +102,19 @@ <h3 id="example-201">Example 201</h3>
102
102
- bar</p>
103
103
</blockquote></ code > </ pre >
104
104
105
- < h3 id =" example-202 " > Example 202</ h3 >
105
+ < h3 > Example 202</ h3 >
106
106
107
107
< p > A block quote can be empty:</ p >
108
108
109
109
< blockquote >
110
110
</ blockquote >
111
111
112
- < h3 id =" example-203 " > Example 203</ h3 >
112
+ < h3 > Example 203</ h3 >
113
113
114
114
< blockquote >
115
115
</ blockquote >
116
116
117
- < h3 id =" example-204 " > Example 204</ h3 >
117
+ < h3 > Example 204</ h3 >
118
118
119
119
< p > A block quote can have initial or final blank lines:</ p >
120
120
@@ -123,7 +123,7 @@ <h3 id="example-204">Example 204</h3>
123
123
</ blockquote >
124
124
125
125
126
- < h3 id =" example-205 " > Example 205</ h3 >
126
+ < h3 > Example 205</ h3 >
127
127
128
128
< p > A blank line always separates block quotes:</ p >
129
129
@@ -134,7 +134,7 @@ <h3 id="example-205">Example 205</h3>
134
134
< p > bar</ p >
135
135
</ blockquote >
136
136
137
- < h3 id =" example-206 " > Example 206</ h3 >
137
+ < h3 > Example 206</ h3 >
138
138
139
139
< p > Consecutiveness means that if we put these block quotes together, we get a single block quote:</ p >
140
140
@@ -143,7 +143,7 @@ <h3 id="example-206">Example 206</h3>
143
143
bar</ p >
144
144
</ blockquote >
145
145
146
- < h3 id =" example-207 " > Example 207</ h3 >
146
+ < h3 > Example 207</ h3 >
147
147
148
148
< p > To get a block quote with two paragraphs, use:</ p >
149
149
@@ -152,7 +152,7 @@ <h3 id="example-207">Example 207</h3>
152
152
< p > bar</ p >
153
153
</ blockquote >
154
154
155
- < h3 id =" example-208 " > Example 208</ h3 >
155
+ < h3 > Example 208</ h3 >
156
156
157
157
< p > Block quotes can interrupt paragraphs:</ p >
158
158
@@ -161,7 +161,7 @@ <h3 id="example-208">Example 208</h3>
161
161
< p > bar</ p >
162
162
</ blockquote >
163
163
164
- < h3 id =" example-209 " > Example 209</ h3 >
164
+ < h3 > Example 209</ h3 >
165
165
166
166
< p > In general, blank lines are not needed before or after block quotes:</ p >
167
167
@@ -173,7 +173,7 @@ <h3 id="example-209">Example 209</h3>
173
173
< p > bbb</ p >
174
174
</ blockquote >
175
175
176
- < h3 id =" example-210 " > Example 210</ h3 >
176
+ < h3 > Example 210</ h3 >
177
177
178
178
< p > However, because of laziness, a blank line is needed between a block quote and a following paragraph:</ p >
179
179
@@ -182,21 +182,21 @@ <h3 id="example-210">Example 210</h3>
182
182
baz</ p >
183
183
</ blockquote >
184
184
185
- < h3 id =" example-211 " > Example 211</ h3 >
185
+ < h3 > Example 211</ h3 >
186
186
187
187
< blockquote >
188
188
< p > bar</ p >
189
189
</ blockquote >
190
190
< p > baz</ p >
191
191
192
- < h3 id =" example-212 " > Example 212</ h3 >
192
+ < h3 > Example 212</ h3 >
193
193
194
194
< blockquote >
195
195
< p > bar</ p >
196
196
</ blockquote >
197
197
< p > baz</ p >
198
198
199
- < h3 id =" example-213 " > Example 213</ h3 >
199
+ < h3 > Example 213</ h3 >
200
200
201
201
< p > It is a consequence of the Laziness rule that any number of initial < code > ></ code > s may be omitted on a continuation line of a nested block quote:</ p >
202
202
@@ -209,7 +209,7 @@ <h3 id="example-213">Example 213</h3>
209
209
</ blockquote >
210
210
</ blockquote >
211
211
212
- < h3 id =" example-214 " > Example 214</ h3 >
212
+ < h3 > Example 214</ h3 >
213
213
214
214
< blockquote >
215
215
< blockquote >
@@ -221,7 +221,7 @@ <h3 id="example-214">Example 214</h3>
221
221
</ blockquote >
222
222
</ blockquote >
223
223
224
- < h3 id =" example-215 " > Example 215</ h3 >
224
+ < h3 > Example 215</ h3 >
225
225
226
226
< p > When including an indented code block in a block quote, remember that the block quote marker includes both the < code > ></ code > and a following space. So five spaces are needed after the < code > ></ code > :</ p >
227
227
0 commit comments