pull/187/head
M66B 4 years ago
parent 4e4c4e45bb
commit 42f7cd6444

@ -761,8 +761,10 @@ public class HtmlHelper {
.attr("x-block", "true");
else
hs.attr("x-line-after", "true");
} else
} else {
hs.tagName("strong");
hs.attr("x-line-after", "true");
}
// Paragraphs
for (Element p : document.select("p")) {

Loading…
Cancel
Save