We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1b41f commit bd1c9faCopy full SHA for bd1c9fa
aztec/src/main/kotlin/org/wordpress/aztec/AztecParser.kt
@@ -62,6 +62,7 @@ class AztecParser @JvmOverloads constructor(val plugins: List<IAztecPlugin> = li
62
* A faster version of fromHtml(), intended for inspecting the span structure only. It doesn't prepare the text for
63
* visual editing.
64
*/
65
+ @Suppress("unused") // this method is used in wpandroid so, suppress the inspection
66
fun parseHtmlForInspection(source: String, context: Context): Spanned {
67
val tidySource = tidy(source)
68
0 commit comments