11 dépôts
Pluggable components that add custom block and inline parsing logic to a markdown engine.
Distinct from Markdown Parsers: Focuses on the extensibility of the parser via plugins, whereas the sibling is the utility itself.
Explore 11 awesome GitHub repositories matching web development · Markdown Parser Extensions. Refine with filters or upvote what's useful.
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 pluggable components that add custom block and inline parsing logic to the markdown engine.
Remark est un processeur markdown qui analyse le texte markdown pour le transformer en un arbre de syntaxe abstraite (AST) JSON structuré, facilitant l'analyse et la transformation programmatiques. Il fonctionne comme un parseur et processeur AST markdown, utilisant un framework de plugins pour gérer une syntaxe extensible et des règles de transformation. Le projet permet des extensions de syntaxe markdown personnalisées et la transformation de contenu via un système de plugins, autorisant l'ajout de balisage non standard et de métadonnées. Il inclut également un linter markdown pour identifier les incohérences de style et garantir le respect des normes de rédaction. L'ensemble d'outils couvre le formatage de documents markdown, la conversion en HTML et la génération d'AST. Une interface en ligne de commande est fournie pour vérifier et réécrire les fichiers markdown afin d'assurer un formatage cohérent à l'échelle du projet.
Provides pluggable components that add custom block and inline parsing logic to the markdown engine.
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
Built around a plugin-based rule system where inline and block syntax rules can be toggled, extended, or replaced.
Markdig est un processeur Markdown haute performance pour les applications .NET qui convertit le texte Markdown en HTML ou d'autres formats cibles. C'est un analyseur conforme à CommonMark et un moteur extensible capable de transformer Markdown en un arbre de syntaxe abstraite manipulable et interrogeable. La bibliothèque fournit un framework pour ajouter une logique de syntaxe et de rendu personnalisée via un pipeline modulaire d'analyseurs et de moteurs de rendu. Elle prend en charge la compilation native ahead-of-time et le trimming pour minimiser la taille des binaires. Les capacités incluent la génération de HTML structuré avec des attributs et styles personnalisés, l'extraction de YAML front matter pour le traitement de sites statiques, et la conversion de contenu en texte brut. Le moteur couvre également les améliorations typographiques, la préparation de formules mathématiques et le formatage automatique des liens. Le processeur inclut un mappage source précis pour suivre les étendues de caractères et utilise le streaming de sortie ainsi que des limites de profondeur d'imbrication pour gérer les performances et la stabilité.
Adds custom syntax by registering new parsers and renderers to transform text into specific AST nodes.
Markdig is a markdown parser library that converts text into structured HTML, plain text, or other formats using a configurable pipeline. It functions as a CommonMark compliant parser and an abstract syntax tree generator that transforms markdown into a hierarchical tree of block and inline nodes with precise source location mapping. The project is distinguished by a decoupled renderer architecture that separates parsing logic from output generation, enabling the transformation of the syntax tree into non-HTML formats such as LaTeX or XAML. It also serves as a lossless markdown processor by t
Supports the registration of custom block and inline parsers to expand supported markdown syntax.
Goldmark est un parseur et moteur de rendu Markdown écrit en Go qui convertit le texte Markdown en HTML ou XHTML. Il implémente la spécification CommonMark pour garantir un comportement de parsing cohérent. Le projet utilise un registre d'extensions modulaire, permettant l'ajout de syntaxes personnalisées telles que les tableaux, les listes de tâches et les notes de bas de page. Il inclut également un support spécialisé pour les langues CJK afin de gérer les règles spécifiques de césure et d'emphase pour les caractères chinois, japonais et coréens. La bibliothèque analyse le texte en un arbre syntaxique abstrait (AST) pour l'analyse et la modification programmatique de documents. Ses capacités incluent le lien automatique des URLs et emails, le formatage typographique de la ponctuation et l'assignation d'attributs personnalisés aux éléments.
Provides pluggable components to add custom block and inline parsing logic for tables and footnotes.
This project is a Markdown static site generator and documentation server that converts files and folder structures into responsive websites. It functions as a Confluence documentation publisher, enabling the direct upload and synchronization of processed Markdown content to enterprise knowledge base servers. The system distinguishes itself through its technical rendering capabilities, transforming Mermaid syntax into visual diagrams and TeX expressions into mathematical formulas. It supports multilingual documentation by creating localized versions of a site with dedicated navigation structu
Allows customizing the behavior of the Markdown parser to change how content is interpreted and rendered.
html-to-markdown is a tool that transforms HTML content and websites into Markdown text. It functions as an HTML to Markdown converter and a command line processor for converting files or standard input streams into Markdown documents. The project is an extensible conversion engine that allows for custom element rendering and the registration of plugins to modify the transformation process. It includes a content filter that uses CSS selectors to include or exclude specific HTML elements during conversion. The system covers broad capability areas including link resolution for relative URLs, r
Implements an extensible conversion engine with a plugin system for customizing HTML element rendering.
Overtype is a web-based markdown editor that provides a WYSIWYG editing experience. It allows users to manage markdown content through a real-time visual preview while maintaining the simplicity of native text input. The project focuses on secure markdown rendering by sanitizing input and neutralizing dangerous links to prevent XSS attacks. The editor is implemented as a native web component using Shadow DOM encapsulation, ensuring style isolation and framework-agnostic integration. It uses a transparent overlay rendering technique to simulate a visual editor while preserving native input beh
Offers a plugin-based architecture to extend markdown parsing with custom syntax patterns and post-processing logic.
The project provides a standardized abstract syntax tree specification and utility library for parsing, transforming, and serializing markdown documents. It serves as a comprehensive document processing architecture that translates between raw text markup and structured node representations in both directions. The capability surface covers syntax parsing for extended markdown features, custom syntax extensions, metadata blocks, and embedded expressions, alongside document serialization that converts syntax trees back into standard and extended markup formats. It includes node modeling and val
Builds custom parsers and plugins to support non-standard markdown features like frontmatter, math, and tables.
This library provides a component-based solution for parsing and rendering markdown content directly within Angular applications. It functions as a bridge between raw markdown text and formatted HTML, enabling the display of dynamic content, remote documentation, and technical guides within a framework-native environment. The library distinguishes itself through a modular pipeline that allows for deep customization of the rendering process. Developers can override default HTML generation for specific elements, integrate third-party plugins for advanced syntax support, and manage the parsing l
Supports integrating third-party plugins and custom extensions to add advanced features like syntax highlighting or mathematical formulas.