Turn structured content into share-ready visuals
Edit Markdown, code, Mermaid and LaTeX in one workspace. Adjust the theme, canvas and type, then export images or PDFs sized for documents and social platforms.
How to use it
- Choose a content type and paste the source
- Adjust the theme, canvas and brand signature
- Export an image or PDF
Limitations
Remote image export depends on the source site's CORS policy. Sign in to claim one year of PRO clean exports free; membership is linked to your account.
Input example
# Turn Markdown into an image
Edit on the left and the preview updates immediately. Adjust the theme, canvas and spacing before export.
## What matters
- **Clear structure**: organize ideas with headings, lists and tables
- **Technical content**: render highlighted code and KaTeX formulas
- **Local processing**: keep your document and local assets in this browser
> Good typesetting helps readers see the point before the details.
```ts
const document = { title: 'Quarterly review', status: 'ready' }
console.log(`${document.title}: ${document.status}`)
```
Inline math such as $E = mc^2$ fits naturally into the document.
$$
\int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi}
$$
| Format | Best for |
| --- | --- |
| PNG / WebP | Web pages and social posts |
| SVG | Content that must stay scalable |
| PDF | Sharing or printing |