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 72932d5 commit feed349Copy full SHA for feed349
aztec/src/main/kotlin/org/wordpress/aztec/AztecParser.kt
@@ -226,7 +226,7 @@ class AztecParser {
226
}
227
228
if (!repelling && spanned[spanStart - 2] == '\n') {
229
- // there's another newline before so, the adjacent one is not a visual one so, return
+ // there's another newline before and we're not repelling a parent so, the adjacent one is not a visual one so, return
230
return@forEach
231
232
0 commit comments