Markdown related APIs.
Provides fast markdown parsing and rendering with three output modes:
html()— render to an HTML stringrender()— render with custom callbacks for each elementreact()— parse to React-compatible JSX elements
Supports GFM extensions (tables, strikethrough, task lists, autolinks) and component overrides to replace default HTML tags with custom components.