Quote:
Hello
I have a problem about italics.
After I downloaded this novel, I found out that there were no italic sentences in the novel. That's why, I went to website and opened the source code of the novel and I found out that they use <span style="font-style: italic"> instead of <em> or <i>. I assume that this is the reason but I'm not sure actually.
How can I solve this problem?
Thanks a lot.
|
I found the solution I think.
There was a similar problem (underline) in the forum and you gave an answer.
Code:
# keep style for all stories
[defaults]
add_to_keep_html_attrs:,style
# keep style for all ffnet stories
[fanfiction.net]
add_to_keep_html_attrs:,style
# keep style for story 7262793 only.
[https://www.fanfiction.net/s/7262793/1/]
add_to_keep_html_attrs:,style
I tried and my problem is solved.
Thanks.