コード例 #1
0
 public virtual StringBuffer Render(MarkdownEngine engine, DfmSectionBeginBlockToken token, MarkdownBlockContext context)
 {
     return($"<div{token.Attributes}>");
 }
コード例 #2
0
ファイル: DfmRenderer.cs プロジェクト: yonglehou/docfx
 public virtual StringBuffer Render(MarkdownEngine engine, DfmSectionBeginBlockToken token, MarkdownBlockContext context)
 {
     return $"<div{token.Attributes}>";
 }