Name | Description |
---|---|
ConverterInterface | Interface for converters. |
Name | Description |
---|---|
ConverterManager | Converter manager. |
ConverterResult | Converter result. |
MapConverter | This converter maps an extension to another using the mapping table passed in the constructor. If the extension not exists, this converter returns the same input extension. |
MichelfMarkdownConverter | Markdown converter implementation using a Markdown (extra) parser by Michel Fortin: https://github.com/michelf/php-markdown. |