Rehype plugins
Two small rehype plugins for coreMarkdownPlugin.
plugins.coreMarkdownPlugin({ rehypePlugins: [theme.wrapTables, theme.rehypeMermaidFence],});wrapTables
Wraps every <table> in a div.table-wrapper, so a wide table scrolls on its own instead of breaking the page.
| Column | Column | Column | Column | Column | Column | Column | Column | Column | Column |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 |
rehypeMermaidFence
Turns ```mermaid fences into <pre class="mermaid">. The mermaid part renders them in the browser, see Content.