View Single Post
Old 04-07-2022, 01:58 PM   #1
howardgo
Member
howardgo began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Apr 2020
Device: Kobo Aura One
The Atlantic Recipe Keeps Pull Quotes (Aside Tag)

The current recipe for The Atlantic (not The Atlantic.com) works well with the exception that it does not remove the pull quotes inside the aside tags. I have tried using

Code:
remove_tags = [
        dict(name=['aside']),
]
but the pull quotes are still in the resulting epub. Anyone have any ideas on how to remove them?

Thanks,
Howard
howardgo is offline   Reply With Quote