Documentation

MarkdownConverter
in package
implements ConverterInterface, MarkdownConverterInterface

Table of Contents

Interfaces

ConverterInterface
Interface for a service which converts content from one format (like Markdown) to another (like HTML).
MarkdownConverterInterface
Interface for a service which converts Markdown to HTML.

Properties

$environment  : EnvironmentInterface
$htmlRenderer  : MarkdownRendererInterface
$markdownParser  : MarkdownParserInterface

Methods

__construct()  : mixed
__invoke()  : RenderedContentInterface
Converts CommonMark to HTML.
convert()  : RenderedContentInterface
Converts Markdown to HTML.
convertToHtml()  : RenderedContentInterface
Converts Markdown to HTML.
getEnvironment()  : EnvironmentInterface

Properties

Methods


        
On this page

Search results