Class Kitab\Compiler\Target\Html\Markdown\Renderer\Code

class Code
{
    pub fn __construct(Router $router);
    pub fn render(AbstractInline $inline, ElementRendererInterface $htmlRenderer);
}

Attributes

pro $_router = null;

Methods

pub fn __construct(Router $router)
pub fn render(AbstractInline $inline, ElementRendererInterface $htmlRenderer)

Interfaces

interface League\CommonMark\Inline\Renderer\InlineRendererInterface