Auto_html

screenshot of Auto_html

Collection of filters that transform plain text into HTML code.

Overview:

AutoHtml is a collection of filters designed to convert plain text into HTML code. It follows the "Pipes and Filters" processing design pattern, where filters transform input text through a call method. The AutoHtml package includes filters like Link, Image, Markdown, and more, allowing for versatile transformation capabilities. Additionally, the AutoHtml::Pipeline class enables users to compose filters in a sequential manner to process text efficiently.

Features:

  • Filter Transformation: Includes filters such as Link, Image, Markdown, and more for converting plain text to HTML.
  • Pipeline Composition: Allows for chaining filters together in a pipeline to process text sequentially.
  • Bundled Filters: Provides bundled filters like Emoji, HtmlEscape, Image, Link, Markdown, and SimpleFormat with custom options.

Summary:

AutoHtml is a versatile tool for converting plain text into HTML using a collection of filters and a pipeline composition approach. The provided bundled filters offer flexibility to customize the transformation process, making it a convenient solution for generating formatted HTML content efficiently.