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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • jgm/pandocAvatar jgm

    jgm/pandoc

    44,822Vezi pe 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
    Vezi pe GitHub↗44,822
  • markedjs/markedAvatar markedjs

    markedjs/marked

    36,919Vezi pe 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
    Vezi pe GitHub↗36,919
  • markdown-it/markdown-itAvatar markdown-it

    markdown-it/markdown-it

    21,575Vezi pe 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
    Vezi pe GitHub↗21,575
  • quantizor/markdown-to-jsxAvatar quantizor

    quantizor/markdown-to-jsx

    2,376Vezi pe 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
    Vezi pe GitHub↗2,376
  • gettalong/kramdownAvatar gettalong

    gettalong/kramdown

    1,772Vezi pe 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
    Vezi pe GitHub↗1,772
  • harehare/mqAvatar harehare

    harehare/mq

    922Vezi pe GitHub↗

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

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

    Rustcliinterpreterjq
    Vezi pe GitHub↗922
  • ozum/concat-mdO

    ozum/concat-md

    0Vezi pe GitHub↗

    CLI and API for concatenating and modifying Markdown files.

    Vezi pe GitHub↗0
  • e-picas/markdown-extendedE

    e-picas/markdown-extended

    0Vezi pe GitHub↗

    Tool for transforming plain text input into various output formats.

    Vezi pe GitHub↗0
  • deftio/quikdownD

    deftio/quikdown

    0Vezi pe GitHub↗

    Lightweight, zero-dependency Markdown parser with XSS protection.

    Vezi pe GitHub↗0
  • szkiba/mdcodeS

    szkiba/mdcode

    0Vezi pe GitHub↗

    Tool for synchronizing code blocks between Markdown and source files.

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