C# Class Tanka.Markdown.Html.NullRenderer

Inheritance: IBlockRenderer
ファイルを表示 Open project: pekkah/Tanka.Markdown

Public Methods

Method Description
CanRender ( Blocks.Block block ) : bool
Render ( Document document, Blocks.Block block ) : HtmlTags.HtmlTag

Method Details

CanRender() public method

public CanRender ( Blocks.Block block ) : bool
block Blocks.Block
return bool

Render() public method

public Render ( Document document, Blocks.Block block ) : HtmlTags.HtmlTag
document Document
block Blocks.Block
return HtmlTags.HtmlTag