File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/src/main/kotlin/org/wordpress/aztec/demo Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,9 @@ open class MainActivity : AppCompatActivity(),
113113 " </div>" +
114114 " <br>"
115115 private val GUTENBERG_CODE_BLOCK = " <!-- wp:core/image {\" id\" :316} -->\n " +
116- " <figure class=\" wp-block-image\" ><img src=\" https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/WordPress_blue_logo.svg/1200px-WordPress_blue_logo.svg.png\" alt=\"\" /></figure>\n " +
116+ " <figure class=\" wp-block-image\" ><img src=\" https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/WordPress_blue_logo.svg/1200px-WordPress_blue_logo.svg.png\" alt=\"\" />\n " +
117+ " <figcaption>The WordPress logo!</figcaption>\n " +
118+ " </figure>\n " +
117119 " <!-- /wp:core/image -->"
118120 private val PREFORMAT =
119121 " <pre>" +
You can’t perform that action at this time.
0 commit comments