File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed
app/src/main/kotlin/org/wordpress/aztec/demo Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -166,18 +166,6 @@ open class MainActivity : AppCompatActivity(),
166166 GUTENBERG_CODE_BLOCK +
167167 QUOTE_RTL
168168
169- private val EXAMPLE2 = " <!-- wp:quote -->\n " +
170- " <blockquote class=\" wp-block-quote\" >\n " +
171- " \t <p>this </p>\n " +
172- " \t <p>is a</p>\n " +
173- " \t <p>quote</p><cite>this is a citation</cite></blockquote>\n " +
174- " <!-- /wp:quote -->"
175-
176- private val EXAMPLE3 = " <!-- wp:quote -->\n " +
177- " <blockquote class=\" wp-block-quote\" >\n " +
178- " \t <p>a quote</p><cite>this is a citation</cite></blockquote>\n " +
179- " <!-- /wp:quote -->"
180-
181169 private val isRunningTest: Boolean by lazy {
182170 try {
183171 Class .forName(" android.support.test.espresso.Espresso" )
@@ -424,8 +412,7 @@ open class MainActivity : AppCompatActivity(),
424412 aztec.visualEditor.setCalypsoMode(false )
425413 aztec.sourceEditor?.setCalypsoMode(false )
426414
427- // aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE)
428- aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE3 )
415+ aztec.sourceEditor?.displayStyledAndFormattedHtml(EXAMPLE )
429416
430417
431418 aztec.addPlugin(CssUnderlinePlugin ())
You can’t perform that action at this time.
0 commit comments