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 a17600c commit 0d89c78Copy full SHA for 0d89c78
aztec/src/main/kotlin/org/wordpress/aztec/handlers/HeadingHandler.kt
@@ -27,8 +27,8 @@ class HeadingHandler : BlockHandler<AztecHeadingSpan>(AztecHeadingSpan::class.ja
27
}
28
29
override fun handleNewlineAtTextEnd() {
30
- block.end = newlineIndex + 1
31
- }
+ block.end = newlineIndex + 1
+ }
32
33
override fun handleNewlineInBody() {
34
// newline added at some position inside the block. Let's split the block into two
0 commit comments