Launch Notes
This route turns Markdown into inline-styled rich text for platforms that do not support Markdown syntax directly.
Why it exists
- WeChat and Zhihu usually want styled HTML instead of raw Markdown
- Email workflows benefit from inline CSS
- You can preview and copy the rich text directly from the browser
Keep the writing flow in Markdown, then hand off a styled version only at the end.