Quote:
Originally Posted by Clem2605
Hi,
I'm having a bit of trouble with this story:
https://archiveofourown.org/works/55981141
The body of the text doesn't display past the first page in Calibre's reader and some lines are randomly hidden in my e-reader.
I believe it to be the creator's style fault but I can't find how to discard it for this specific story.
Here is my only instruction about style in my personal.ini:
Code:
[archiveofourown.org:epub]
## Force FFF to keep some formating in the text
add_to_keep_html_attrs:,style,align
I've tried to put:
Code:
[https://archiveofourown.org/works/55981141:epub]
add_to_keep_html_attrs:
And setting 'keep_style_attr' to false for this story, but it doesn't work.
|
This is a known limitation of how I implemented 'add_to_X' -- there isn't an equivalent 'remove' feature. So there isn't a way to override the 'add_to_' in the site section from a specific story section.
OTOH, I don't see any in-line style or align attributes in that story. I don't think removing add_to_keep_html_attrs would help.
What exactly are you seeing? Can you provide exact text that isn't appearing I can search for? Post your epub? Because I don't see any obvious problems.