Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce a mkdocs-exporter-ignore class to remove unwanted elements #33

Open
adrienbrignon opened this issue Aug 1, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@adrienbrignon
Copy link
Owner

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant