Quote:
Originally Posted by CaptainSully
Question...
Getting a slightly annoying issue with a story where this:
"This world was merely modeled<em> </em>after the game she knew, not identical to it."
ends up removing that em tag completely when downloaded through FFF, so the words don't have a space between them.
Is there a way to prevent this?
|
For that story, you can do:
Code:
add_to_keep_empty_tags:,em
From defaults.ini:
Code:
## By default, empty tags are removed as part of cleaning up the
## source HTML. However, a few tags should be kept even if empty.
## (Whitespace only, including is considered empty.) This
## setting can adjust which tags are kept.
keep_empty_tags:p,td,th