mkdocs-exporter icon indicating copy to clipboard operation
mkdocs-exporter copied to clipboard

Introduce a `mkdocs-exporter-ignore` class to remove unwanted elements

Open adrienbrignon opened this issue 1 year ago • 0 comments

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>

adrienbrignon avatar Aug 01 '24 18:08 adrienbrignon