Quote:
Originally Posted by johansolo
When I download fics from many sites after most paragraphs there are empty lines.
...
Can I add somethig to personal.ini to delete those "<p> </p>"?
|
From defaults.ini:
Code:
## Some sites/authors/stories (notably AO3/OTW) add empty p tags where
## they aren't intended by the author during document upload and not
## all authors know how/take the time to fix it. This feature removes
## all "empty" <p> tags, ie, those containing only whitespace or <br>
## tags. Literally: <p[^>]*>\s*(<br/>)*\s*</p>
#remove_empty_p: false
Put
remove_empty_p:true in your personal.ini under the section you want.