mkdocs-exporter
mkdocs-exporter copied to clipboard
Introduce a `mkdocs-exporter-ignore` class to remove unwanted elements
This feature would introduce a class that could be applied to HTML elements that should be removed from the final documents.
Similar to how the print-site plugin works.
Example
<div class="mkdocs-exporter-ignore">
<p>I wont appear in the document</p>
</div>