Documentation menu
Formatting
Convert markdown drafts into styled social posts.
The formatter turns markdown into copy-ready text for social platforms that do not preserve rich formatting. Inline emphasis is converted into Unicode styled characters so the result survives normal paste flows.
Supported markdown
- Headings become uppercase title blocks.
- Bold text becomes styled bold Unicode text.
- Italic text becomes styled italic Unicode text.
- Bold italic text becomes styled bold italic Unicode text.
- Links become
label (url). - Inline code becomes styled monospace Unicode text.
- Strikethrough text uses a combining strike marker.
- Bullet lists become
•bullets. - Ordered lists keep their numbering.
- Task lists become
☐and☑items. - Quotes keep a leading
>.
Styles
Clean keeps the output minimal.
Launch adds stronger title framing.
Thread numbers paragraph blocks so each section can become a post in a
manual thread.
Last updated on