1.0.2 • Published 7 months ago
nextjs-markdown-renderer v1.0.2
Next.js Markdown Renderer
A lightweight and customizable Markdown renderer for Next.js and React applications, featuring syntax highlighting and GitHub Flavored Markdown (GFM) support.
Features
- 📄 Markdown to HTML: Effortlessly convert Markdown into HTML.
- 🎨 Syntax Highlighting: Supports beautifully styled code blocks using
highlight.js
. - 🖋️ GitHub Flavored Markdown: Includes support for tables, task lists, strikethroughs, and more.
- 🌐 SSR Compatible: Works seamlessly with Next.js server-side rendering.
Installation
Install the package using npm:
npm install nextjs-markdown-renderer