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
·

10 dépôts

Awesome GitHub RepositoriesMarkdown Libraries

Core libraries and tools for parsing, processing, and manipulating Markdown.

Explore 10 awesome GitHub repositories matching part of an awesome list · Markdown Libraries. Refine with filters or upvote what's useful.

Awesome Markdown Libraries 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.
  • jgm/pandocAvatar de jgm

    jgm/pandoc

    44,822Voir sur GitHub↗

    Pandoc is a universal document converter that translates content between a wide range of markup and binary formats. It functions by parsing input documents into a unified intermediate abstract syntax tree, which serves as the foundation for consistent manipulation and transformation across diverse output types. The system is distinguished by its modular reader-writer pipeline, which decouples input parsing from output generation to allow for granular control over document structure. Users can programmatically manipulate this intermediate tree through a robust filter system, supporting both ex

    Universal document converter supporting numerous markup formats.

    Haskellcommonmarkconverterdocument
    Voir sur GitHub↗44,822
  • markedjs/markedAvatar de markedjs

    markedjs/marked

    36,919Voir sur GitHub↗

    This project is a high-performance markdown-to-HTML parser designed for use in browser, server-side, and command-line environments. It functions as a configurable syntax processor that transforms plain text documents into structured web content, providing a flexible engine for rendering dynamic documentation and web-based text. The parser features a modular, extensible pipeline that allows developers to intercept the document transformation process at multiple stages. Through custom tokenization, rendering overrides, and lifecycle hooks, users can define unique syntax, modify the token stream

    High-speed JavaScript-based Markdown parser and compiler.

    JavaScriptcommonmarkcompilergfm
    Voir sur GitHub↗36,919
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Voir sur GitHub↗

    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

    Extensible JavaScript Markdown parser with high-speed performance.

    JavaScriptcommonmarkjavascriptmarkdown
    Voir sur GitHub↗21,575
  • quantizor/markdown-to-jsxAvatar de quantizor

    quantizor/markdown-to-jsx

    2,376Voir sur GitHub↗

    A very fast and versatile markdown toolchain. Output to AST, React, React Native, SolidJS, Vue, HTML, and more!

    Fast toolchain for rendering Markdown to React and other frameworks.

    TypeScriptastgfmjsx
    Voir sur GitHub↗2,376
  • gettalong/kramdownAvatar de gettalong

    gettalong/kramdown

    1,772Voir sur GitHub↗

    kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions.

    Ruby-based Markdown library and command-line conversion tool.

    Rubyhtmlkramdownmarkdown
    Voir sur GitHub↗1,772
  • harehare/mqAvatar de harehare

    harehare/mq

    922Voir sur GitHub↗

    A jq-like Markdown query language for command-line processing

    Rust-based CLI tool for processing Markdown using jq-like syntax.

    Rustcliinterpreterjq
    Voir sur GitHub↗922
  • ozum/concat-mdO

    ozum/concat-md

    0Voir sur GitHub↗

    CLI and API for concatenating and modifying Markdown files.

    Voir sur GitHub↗0
  • e-picas/markdown-extendedE

    e-picas/markdown-extended

    0Voir sur GitHub↗

    Tool for transforming plain text input into various output formats.

    Voir sur GitHub↗0
  • szkiba/mdcodeS

    szkiba/mdcode

    0Voir sur GitHub↗

    Tool for synchronizing code blocks between Markdown and source files.

    Voir sur GitHub↗0
  • deftio/quikdownD

    deftio/quikdown

    0Voir sur GitHub↗

    Lightweight, zero-dependency Markdown parser with XSS protection.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Markdown Libraries