11 个仓库
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.
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.
Remark 是一个 markdown 处理器,将 markdown 文本解析为结构化的 JSON 抽象语法树(AST),以便进行程序化分析和转换。它作为一个 markdown AST 解析器和处理器,利用插件框架来管理可扩展的语法和转换规则。 该项目通过插件系统实现自定义 markdown 语法扩展和内容转换,允许添加非标准标记和元数据。它还包括一个 markdown linter,用于识别样式不一致并确保符合书写标准。 该工具集涵盖了 markdown 文档格式化、转换为 HTML 以及 AST 生成。提供了一个命令行界面来检查和重写 markdown 文件,以实现项目范围内的格式一致性。
Provides pluggable components that add custom block and inline parsing logic to the markdown engine.
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.
Markdig 是一个用于 .NET 应用的高性能 Markdown 处理器,可将 Markdown 文本转换为 HTML 或其他目标格式。它是一个符合 CommonMark 标准的解析器和可扩展引擎,能够将 Markdown 转换为可搜索和可操作的抽象语法树。 该库提供了一个框架,通过解析器和渲染器的模块化流水线来添加自定义语法和渲染逻辑。它支持原生提前编译(AOT)和修剪(trimming),以最大限度地减小二进制体积。 功能包括生成带有自定义属性和样式的结构化 HTML、提取用于静态站点处理的 YAML 前置元数据(front matter),以及将内容转换为纯文本。该引擎还涵盖了排版增强、数学公式准备和自动化链接格式化。 该处理器包含精确的源映射以跟踪字符跨度,并采用输出流和嵌套深度限制来管理性能和稳定性。
Adds custom syntax by registering new parsers and renderers to transform text into specific AST nodes.
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.
Goldmark 是一个用 Go 编写的 Markdown 解析器和渲染器,将 Markdown 文本转换为 HTML 或 XHTML。它实现了 CommonMark 规范,以确保解析行为的一致性。 该项目利用模块化扩展注册表,允许添加自定义语法,如表格、任务列表和脚注。它还包括对 CJK(中日韩)语言的专门支持,以处理特定的换行和强调规则。 该库将文本解析为抽象语法树,以便进行程序化的文档分析和修改。其功能包括 URL 和电子邮件的自动链接、排版标点格式化以及为元素分配自定义属性。
Provides pluggable components to add custom block and inline parsing logic for tables and footnotes.
该项目是一个 Markdown 静态网站生成器和文档服务器,可将文件和文件夹结构转换为响应式网站。它作为一个 Confluence 文档发布器,支持将处理后的 Markdown 内容直接上传并同步到企业知识库服务器。 该系统通过其技术渲染能力脱颖而出,将 Mermaid 语法转换为可视化图表,将 TeX 表达式转换为数学公式。它通过创建带有专用导航结构的本地化版本来支持多语言文档。 该平台提供了一个完整的内容管道,包括分层导航菜单、代码语法高亮,以及通过文件名后缀管理页面顺序的系统。它还具有用于自定义内容生成器和程序化页面树操作的灵活扩展框架。 该环境可作为便携式 Docker 容器部署,并包含一个本地预览服务器,用于在最终生成前测试文档。
Allows customizing the behavior of the Markdown parser to change how content is interpreted and rendered.
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.
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.
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.
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.