Class Kitab\Compiler\Target\Html\Markdown\Renderer\Code
class Code
{
public function __construct(Kitab\Compiler\Target\Html\Router $router);
public function render(League\CommonMark\Inline\Element\AbstractInline $inline, League\CommonMark\ElementRendererInterface $htmlRenderer);
}
Attributes
protected $_router = null;
-
Methods
-
public function __construct(Kitab\Compiler\Target\Html\Router $router)
-
-
public function render(League\CommonMark\Inline\Element\AbstractInline $inline, League\CommonMark\ElementRendererInterface $htmlRenderer)
-
Interfaces
interface League\CommonMark\Inline\Renderer\InlineRendererInterface
- …