ConverterInterface
in
Interface for a service which converts content from one format (like Markdown) to another (like HTML).
Table of Contents
Methods
Methods
convert()
public
convert(string $input) : RenderedContentInterface
Parameters
- $input : string