1 个仓库
Core logic and plugin systems that drive the transformation of one markup format into another.
Distinct from Markdown Parser Extensions: Focuses on the engine that drives the conversion process, whereas Markdown Parser Extensions focus on the specific pluggable syntax rules.
Explore 1 awesome GitHub repository matching web development · Conversion Engines. Refine with filters or upvote what's useful.
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.