awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 dépôts

Awesome GitHub RepositoriesMarkdown Parser Extensions

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.

Awesome Markdown Parser Extensions GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • remarkjs/react-markdownAvatar de remarkjs

    remarkjs/react-markdown

    15,779Voir sur GitHub↗

    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.

    JavaScriptcommonmarkgfmmarkdown
    Voir sur GitHub↗15,779
  • wooorm/remarkAvatar de wooorm

    wooorm/remark

    8,923Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗8,923
  • jonschlinkert/remarkableAvatar de jonschlinkert

    jonschlinkert/remarkable

    5,835Voir sur GitHub↗

    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.

    JavaScriptcommonmarkcompiledocusaurus
    Voir sur GitHub↗5,835
  • lunet-io/markdigAvatar de lunet-io

    lunet-io/markdig

    5,257Voir sur GitHub↗

    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.

    C#
    Voir sur GitHub↗5,257
  • xoofx/markdigAvatar de xoofx

    xoofx/markdig

    5,127Voir sur GitHub↗

    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.

    C#commonmarkcommonmark-parsingcsharp
    Voir sur GitHub↗5,127
  • yuin/goldmarkAvatar de yuin

    yuin/goldmark

    4,860Voir sur GitHub↗

    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.

    Gocommonmarkgogolang
    Voir sur GitHub↗4,860
  • justinwalsh/daux.ioAvatar de justinwalsh

    justinwalsh/daux.io

    4,530Voir sur GitHub↗

    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.

    Voir sur GitHub↗4,530
  • johanneskaufmann/html-to-markdownAvatar de JohannesKaufmann

    JohannesKaufmann/html-to-markdown

    3,701Voir sur GitHub↗

    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.

    Gocliconvertergo
    Voir sur GitHub↗3,701
  • panphora/overtypeAvatar de panphora

    panphora/overtype

    3,677Voir sur GitHub↗

    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.

    JavaScript
    Voir sur GitHub↗3,677
  • syntax-tree/mdastAvatar de syntax-tree

    syntax-tree/mdast

    1,441Voir sur GitHub↗

    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.

    astmarkdownsyntax-tree
    Voir sur GitHub↗1,441
  • jfcere/ngx-markdownAvatar de jfcere

    jfcere/ngx-markdown

    1,189Voir sur GitHub↗

    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.

    TypeScriptangularclipboardclipboardjs
    Voir sur GitHub↗1,189
  1. Home
  2. Web Development
  3. Web Standards
  4. Typography Systems
  5. Inline Text Styles
  6. Markdown Parser Extensions

Explorer les sous-tags

  • Conversion EnginesCore logic and plugin systems that drive the transformation of one markup format into another. **Distinct from Markdown Parser Extensions:** Focuses on the engine that drives the conversion process, whereas Markdown Parser Extensions focus on the specific pluggable syntax rules.
  • GFM PresetsPreconfigured rule bundles that enable GitHub Flavored Markdown syntax including tables, task lists, and strikethrough. **Distinct from Markdown Parser Extensions:** Distinct from Markdown Parser Extensions: focuses on the preset configuration for GFM-specific syntax, not the general plugin extension mechanism.