2026-05-19 · 1 मिनट पढ़ाई
docs sites के लिए Markdown to HTML
previews के लिए prose convert; production HTML के लिए static site generator चलाएँ।
MarkdownHTMLdocs
मुख्य बिंदु
- tables, footnotes, custom components SSG से differ हो सकते — output approximate मानें।
- web पर user Markdown render करें तो HTML sanitize।
Preview workflow
Markdown draft, stakeholder preview के लिए HTML convert, reviewers को indentation चाहिए तो HTML format.
JSON API responses में preview HTML embed करते समय HTML entity escape.
अक्सर पूछे जाने वाले प्रश्न
CommonMark compliant?
common blog/docs syntax target, हर extension नहीं. renderer के against verify.
reverse HTML to Markdown?
simple pages supported; complex layouts manual cleanup.