1 रिपॉजिटरी
Modular systems for defining custom text transformation rules and syntax through extensible APIs.
Distinct from Pluggable Stream Processors: None of the candidates cover the general architectural pattern of a pluggable text parsing engine for markup.
Explore 1 awesome GitHub repository matching software engineering & architecture · Pluggable Text Processing Engines. Refine with filters or upvote what's useful.
This project is a Python library and command-line tool designed to convert Markdown text and files into structured HTML fragments. It functions as a Markdown-to-HTML converter and parser that transforms piped text or source files into web-ready documents. The project is an extensible text processor featuring a pluggable API for defining custom inline and block syntax. This modular framework allows for the registration of specialized syntax extensions, such as tables and footnotes, and provides a system for managing runtime configuration settings. The conversion process covers multilingual te
Implements a modular framework for defining custom inline and block syntax through a pluggable API.