Layout
4 Plugins
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
tablePlugin()
GFM-style tables with column alignment (:--- left, :---: center, ---: right). Inserts a ready-made table template from the toolbar.
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.
tabPlugin()
Tabbed content panels using the <Tabs> JSX component. Each tab is defined with a <Tab title="..."> child element.
containerPlugin()
A styled wrapper using the <Container> JSX component with an optional title attribute.
© 2026 SynclineMDX Editor. All rights reserved.