6 Repos
Systems that allow external modules to inject custom parsing rules or modify the token stream.
Distinct from Markup Attribute Processors: Focuses on the plugin architecture for adding new syntax rather than just injecting attributes into elements.
Explore 6 awesome GitHub repositories matching content management & publishing · Plugin-Based Syntax Extensions. Refine with filters or upvote what's useful.
markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext markup into HTML. It functions as an extensible markup processor designed to transform text into browser-ready content while managing security and preventing cross-site scripting. The project is distinguished by a modular plugin system that allows for the extension of parsing capabilities and the addition of custom syntax, such as footnotes, tables, or emojis. It utilizes a two-stage tokenization process to break documents into structural tokens before rendering them into final HT
Provides a modular plugin system for adding custom syntax and specialized document elements.
react-markdown is a React markdown renderer that transforms markdown strings into React elements for display in a user interface. It functions as a plugin-based markdown parser and component library that converts raw text into safe interface elements. The project utilizes a plugin system to extend markdown syntax, allowing support for tables, tasklists, and mathematical notation. It enables custom component mapping, which replaces standard markdown output with specialized components to control the visual styling and behavior of specific content blocks. The renderer supports the processing an
Provides a plugin system that allows external modules to inject custom parsing rules and extend markdown syntax.
react-markdown is a React renderer that converts markdown text into a virtual DOM to safely display formatted content. It functions as a markdown syntax parser and renderer that transforms markdown strings into structural elements, ensuring XSS-safe content delivery. The project allows for the mapping of standard markdown elements to custom React components for specialized styling and behavior. It supports syntax extensions through a plugin system, enabling additional formatting features such as tables, footnotes, and tasklists. The system includes security primitives for HTML and URL saniti
Allows external plugins to define new tokens and custom text transformations during the parsing phase.
Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree for programmatic manipulation. It functions as a plugin-based tool within the unified ecosystem, allowing users to parse, transform, and stringify markdown content. The project is distinguished by its extensibility through a plugin system that supports custom markdown syntax extensions, the introduction of new markup elements, and the definition of custom processing logic. This framework enables the modification of content through a visitor-pattern traversal of the syntax tre
Enables the introduction of new syntax elements like abbreviations and directives into the parsing process.
Remarkable is an extensible Markdown parser library that implements the CommonMark specification and supports GitHub Flavored Markdown through configurable rule presets. Its core architecture separates parsing into distinct inline and block rule pipelines, enabling targeted customization of text-level and structural syntax while maintaining consistent behavior across standard Markdown features. The parser is built around a plugin-based rule system where individual syntax rules can be toggled, extended, or replaced by external plugins. A preset configuration system allows users to switch betwe
Loads third-party or custom plugins to add new syntax rules or transform output.
markdown-nice ist ein webbasierter Markdown-Editor und Renderer, der entwickelt wurde, um rohen Markdown-Text in formatiertes HTML zu transformieren. Er fungiert als CSS-Styler, der benutzerdefinierte Themes auf Inhalte anwendet, um deren visuelle Darstellung für Veröffentlichungsplattformen zu verbessern. Das Tool konzentriert sich auf die Formatierung von Blog-Posts und das Styling von Markdown-Inhalten, wodurch Benutzer das Layout und die Typografie technischer Artikel definieren können. Es unterstützt das Rendering spezialisierter Syntax, einschließlich mathematischer Formeln und Fußnoten. Der Editor umfasst Funktionen zur Persistierung von Benutzerzuständen und Style-Einstellungen im Browser. Er nutzt ein plugin-basiertes Erweiterungssystem und clientseitiges Style-Anwenden, um Live-Vorschauen der endgültigen Ausgabe bereitzustellen.
Uses a plugin system to integrate additional processors for specialized syntax like mathematical formulas and footnotes.