Collection of filters that transform plain text into HTML code.
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.
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.