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