1 Repo
Custom classes that extend base rendering logic to create specialized HTML output formats.
Distinct from Custom Rendering Logic: Distinct from Custom Rendering Logic: specifically targets the logic of Markdown parsing and output rather than general SSR or graphics.
Explore 1 awesome GitHub repository matching web development · Markdown Renderer Implementations. Refine with filters or upvote what's useful.
Redcarpet is a security-focused Markdown to HTML parser and customizable renderer. It transforms Markdown text into structured HTML output while utilizing a security layer to filter or escape user-provided HTML tags and restrict link protocols to prevent vulnerabilities. The project distinguishes itself through a framework for custom document formatting, allowing the definition of how specific Markdown elements are converted to HTML via callback functions and custom classes. It also functions as a typographic formatter that converts standard punctuation and dashes into professional curly quot
Supports the creation of custom output formats by extending a base renderer class.