Replies: 1 comment
-
In Marp CLI, you can inject a plugin for disabling the Marpit internal fragment plugin to Marp Core engine. marp --engine marp-engine-with-disable-fragment.mjs your-markdown.md // marp-engine-with-disable-fragment.mjs
export default ({ marp }) => marp.use((md) => md.core.ruler.disable('marpit_fragment')) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable data-marpit-fragment fragments when exporting to HTML? They're super useful when presenting and I'd like to keep them in my markdown files but when sharing presentation files it'd be useful to have the option to disable them.
Beta Was this translation helpful? Give feedback.
All reactions