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 b1097af commit 75b01e8Copy full SHA for 75b01e8
aztec/src/main/kotlin/org/wordpress/aztec/source/Format.kt
@@ -6,7 +6,7 @@ import java.util.regex.Pattern
6
object Format {
7
8
// list of block elements
9
- private val block = "div|span|br|blockquote|ul|ol|li|p|h1|h2|h3|h4|h5|h6"
+ private val block = "div|span|blockquote|ul|ol|li|p|h1|h2|h3|h4|h5|h6"
10
11
fun addFormatting(content: String): String {
12
val doc = Jsoup.parseBodyFragment(content)
0 commit comments