You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>“Ea eiusmod ad non magna et tempor non qui magna. Id labore veniam Lorem do elit do veniam magna et aliquip voluptate consectetur nulla aliquip.”</p>
176
+
<cite>John Doe</cite>
177
+
</blockquote>
178
+
<!-- /wp:quote -->
172
179
HTML
173
180
);
174
181
@@ -216,6 +223,34 @@ public function it_transforms_quotes_blocks()
216
223
],
217
224
],
218
225
],
226
+
[
227
+
'type' => 'blockquote',
228
+
'content' => [
229
+
[
230
+
'type' => 'paragraph',
231
+
'attrs' => ['textAlign' => 'left'],
232
+
'content' => [
233
+
[
234
+
'type' => 'text',
235
+
'text' => '“Ea eiusmod ad non magna et tempor non qui magna. Id labore veniam Lorem do elit do veniam magna et aliquip voluptate consectetur nulla aliquip.”',
0 commit comments