Hi all!
For layout reasons many of my blog posts are wrapped up with a section tag.
Nokogiri unfortunately generates
<p><section></p>
Is there a way to strip certain html tags—either in config.rb or when calling <%= article.summary %>?
Thank you very much