Line before headings

This commit is contained in:
M66B 2020-11-17 12:26:43 +01:00
parent ba952abbb9
commit 0652802a4b
1 changed files with 1 additions and 0 deletions

View File

@ -760,6 +760,7 @@ public class HtmlHelper {
// Replace headings
Elements hs = document.select("h1,h2,h3,h4,h5,h6");
hs.attr("x-line-before", "true");
if (text_size) {
if (text_separators && view)
for (Element h : hs)