Interactive editor — no install required. Try all features in your browser.
Markdown
Preview
This is an interactive playground for the @synclineapi/mdx-editor npm package.
``typescript
import { createEditor } from '@synclineapi/mdx-editor';
const editor = createEditor({ container: '#editor', value: '# Hello World', plugins: ['heading', 'bold', 'italic', 'code-block'], }); ``
| Plugin |
| heading |
| bold |
| code-block |
| table |
SynclineMDX: zero lock-in, 33+ plugins, ships in minutes.
Edit the markdown on the left and see the live preview on the right.
1061 chars
165 words
46 lines