Quote:
Originally Posted by kovidgoyal
Add
remove_attributes = ['style']
to the recipe
|
Changed the existing
Code:
remove_attributes = ['height','width']
to
Code:
remove_attributes = ['height','width','style']
This did the trick. Sooooo much better. Thank you!
I will start looking into the documentation on recipes and hope to tweak this recipe some more, e.g. extra line breaks removed, download additional online sections that are not online every day.
Thanks again!