md2web
v1.0.2
Published
A lightweight Markdown to HTML converter supporting headings, lists, links, tables, and code blocks.
Maintainers
Readme
md2html
A lightweight Markdown to HTML converter for Node.js.
Supports headings, bold/italic text, lists, links, images, blockquotes, code blocks, inline code, tables, and horizontal rules.
✨ Features
- Headings (
#,##,###, … →<h1>,<h2>,<h3>) - Bold & italic (
**bold**,*italic*) - Inline code and code blocks (
`inline`and triple backticks) - Links (
[text](url)) - Images (
) - Blockquotes (
> quote) - Lists (ordered and unordered)
- Horizontal rules (
---) - Tables (
| col1 | col2 |)
📦 Installation
npm install md2webLicense
This is under the MIT License, but not on GitHub.
