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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • jgm/pandocAvatar de jgm

    jgm/pandoc

    44,822Ver en 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
    Ver en GitHub↗44,822
  • markedjs/markedAvatar de markedjs

    markedjs/marked

    36,919Ver en 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
    Ver en GitHub↗36,919
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Ver en 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
    Ver en GitHub↗21,575
  • quantizor/markdown-to-jsxAvatar de quantizor

    quantizor/markdown-to-jsx

    2,376Ver en 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
    Ver en GitHub↗2,376
  • gettalong/kramdownAvatar de gettalong

    gettalong/kramdown

    1,772Ver en 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
    Ver en GitHub↗1,772
  • harehare/mqAvatar de harehare

    harehare/mq

    922Ver en GitHub↗

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

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

    Rustcliinterpreterjq
    Ver en GitHub↗922
  • ozum/concat-mdO

    ozum/concat-md

    0Ver en GitHub↗

    CLI and API for concatenating and modifying Markdown files.

    Ver en GitHub↗0
  • e-picas/markdown-extendedE

    e-picas/markdown-extended

    0Ver en GitHub↗

    Tool for transforming plain text input into various output formats.

    Ver en GitHub↗0
  • szkiba/mdcodeS

    szkiba/mdcode

    0Ver en GitHub↗

    Tool for synchronizing code blocks between Markdown and source files.

    Ver en GitHub↗0
  • deftio/quikdownD

    deftio/quikdown

    0Ver en GitHub↗

    Lightweight, zero-dependency Markdown parser with XSS protection.

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