Skip to content

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.

ColumnColumnColumnColumnColumnColumnColumnColumnColumnColumn
12345678910

rehypeMermaidFence

Turns ```mermaid fences into <pre class="mermaid">. The mermaid part renders them in the browser, see Content.