rich-iannone / quarto-email

MIT License
4 stars 0 forks source link

Exit early if 'email' div not present in document #19

Closed rich-iannone closed 9 months ago

rich-iannone commented 9 months ago

With the changes here, we inspect the document divs and determine whether there is one with the email class. If not, we exit early out the the filter processes and carry on with the render.

Fixes: #10