Description
Markdown text can be parsed quickly into HTML or structured output through a JavaScript library. It is useful for developers building documentation tools, editors, static sites, or content pipelines.
Markdown rendering can become unsafe if untrusted input is inserted into web pages without sanitization. Review escaping and sanitizing rules before rendering user content.