awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jgm/pandocjgm 的头像

    jgm/pandoc

    44,822在 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
    在 GitHub 上查看↗44,822
  • markedjs/markedmarkedjs 的头像

    markedjs/marked

    36,919在 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
    在 GitHub 上查看↗36,919
  • markdown-it/markdown-itmarkdown-it 的头像

    markdown-it/markdown-it

    21,575在 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
    在 GitHub 上查看↗21,575
  • quantizor/markdown-to-jsxquantizor 的头像

    quantizor/markdown-to-jsx

    2,376在 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
    在 GitHub 上查看↗2,376
  • gettalong/kramdowngettalong 的头像

    gettalong/kramdown

    1,772在 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
    在 GitHub 上查看↗1,772
  • harehare/mqharehare 的头像

    harehare/mq

    922在 GitHub 上查看↗

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

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

    Rustcliinterpreterjq
    在 GitHub 上查看↗922
  • ozum/concat-mdO

    ozum/concat-md

    0在 GitHub 上查看↗

    CLI and API for concatenating and modifying Markdown files.

    在 GitHub 上查看↗0
  • e-picas/markdown-extendedE

    e-picas/markdown-extended

    0在 GitHub 上查看↗

    Tool for transforming plain text input into various output formats.

    在 GitHub 上查看↗0
  • szkiba/mdcodeS

    szkiba/mdcode

    0在 GitHub 上查看↗

    Tool for synchronizing code blocks between Markdown and source files.

    在 GitHub 上查看↗0
  • deftio/quikdownD

    deftio/quikdown

    0在 GitHub 上查看↗

    Lightweight, zero-dependency Markdown parser with XSS protection.

    在 GitHub 上查看↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Markdown Libraries