What's flav-md?
flav-md is a lightweight and flexible Markdown parser that converts Markdown to HTML with automatic CSS class generation.
When parsing md
files with flav-md, HTML tags in generated documents automatically receive semantic CSS classes
like flav-md-h1
, flav-md-text
, flav-md-p
, etc.
This makes styling incredibly easy - you just write Markdown content and CSS styles, and flav-md handles the rest!
Key Features
- 🚀 Lightweight - Minimal dependencies and fast parsing
- 🎨 CSS-Ready - Automatic CSS class generation for all elements
- 📝 Full Markdown Support - Headers, lists, links, images, code blocks, tables, and more
- 🔧 Easy Integration - Works with Node.js, ES6, and TypeScript