A lightweight, dependency‑free Markdown to HTML converter with safe, semantic output.
The demo opens in a new tab.
Supports # to ######, paragraphs, and line breaks.
Bold, italic, underline, strikethrough, highlight, superscript and subscript.
Ordered, unordered, task lists, blockquotes, and definition lists.
Inline and fenced code blocks, horizontal rules, and tables with alignment.
Standard Markdown links and images with safe, sanitized output.
Raw HTML is escaped; output is namespaced for easy theming.
MarkdownLite.parse(markdownText: string): string
MarkdownLite.renderTo(markdownText: string, element: HTMLElement)
See repository README for usage and CSS namespace details.