Markdownviewer
Add a button to the frontend that lets your reader see and copy the pure markdown content of the page with just one click. Perfect for LLMs and AI usage.
You can activate the frontend-button in the plugin-settings with two options:
- Add to the widget area of the theme.
- Add above the markdown content and below the title.

If the position of the button does not work for your layout, then you can add the button to your theme with the following code snippet:
{% if widgets.markdownviewer %}
<div id="markdownviewer" class="toolbar-icon f4 mr3">
{{ widgets.markdownviewer }}
</div>
{% endif %}