mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Line before headings
This commit is contained in:
parent
ba952abbb9
commit
0652802a4b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue