@@ -76,7 +76,7 @@ title: "p1"
76
76
"Blockquote Alert: |<p>This is a note with some whitespace after the alert type.</p>|alert|" ,
77
77
"Blockquote Alert: |<p>This is a tip.</p>" ,
78
78
"Blockquote Alert: |<p>This is a caution with some whitespace before the alert type.</p>|alert|" ,
79
- "Blockquote: |<p>A regular blockquote.</p>\n |regular|" ,
79
+ "Blockquote: |<p>A regular blockquote.</p>|regular|" ,
80
80
"Blockquote Alert Attributes: |<p>This is a tip with attributes.</p>|map[class:foo bar id:baz]|" ,
81
81
filepath .FromSlash ("/content/p1.md:19:3" ),
82
82
"Blockquote Alert Page: |<p>This is a tip with attributes.</p>|p1|p1|" ,
@@ -155,6 +155,7 @@ AlertType: {{ .AlertType }}|AlertTitle: {{ .AlertTitle }}|AlertSign: {{ .AlertSi
155
155
156
156
// Issue 12913
157
157
// Issue 13119
158
+ // Issue 13302
158
159
func TestBlockquoteRenderHookTextParsing (t * testing.T ) {
159
160
t .Parallel ()
160
161
@@ -225,6 +226,7 @@ title: home
225
226
> [!sixteen] _title_
226
227
> line one
227
228
229
+ > seventeen
228
230
`
229
231
230
232
b := hugolib .Test (t , files )
@@ -246,5 +248,6 @@ title: home
246
248
"AlertType: fourteen|AlertTitle: title|Text: <p><img src=\" a.jpg\" alt=\" alt\" ></p>|" ,
247
249
"AlertType: fifteen|AlertTitle: <em>title</em>|Text: |" ,
248
250
"AlertType: sixteen|AlertTitle: <em>title</em>|Text: <p>line one</p>|" ,
251
+ "AlertType: |AlertTitle: |Text: <p>seventeen</p>|" ,
249
252
)
250
253
}
0 commit comments