Layout Plugins
Structural layout plugins for tables, multi-column layouts, tabbed content, and generic containers. These plugins let you create rich, structured documents beyond simple prose.
Usage
setup.ts
tablePlugin()
GFM-style tables with column alignment (:--- left, :---: center, ---: right). Inserts a ready-made table template from the toolbar.
table.md
multiColumnPlugin()
Create 2 to 5-column layouts using the <Columns> JSX component with a count attribute. Each column is wrapped in a <Column> element and supports full Markdown content.
multi-column.mdx
tabPlugin()
Tabbed content panels using the <Tabs> JSX component. Each tab is defined with a <Tab title="..."> child element.
tabs.mdx
containerPlugin()
A styled wrapper using the <Container> JSX component with an optional title attribute.
container.mdx
© 2026 SynclineMDX Editor. All rights reserved.