Class Kitab\Compiler\Target\Html\Markdown\Markdown

class Markdown
{
    pub fn __construct(Router $router);
    pub fn toHtml(string $markdown): string;
}

Attributes

pro $_router = null;
pri static $_htmlParser = null;
pri static $_htmlRenderer = null;

Methods

pub fn __construct(Router $router)
pub fn toHtml(string $markdown): string