Exemple #1
0
 public virtual StringBuffer Render(MarkdownEngine engine, DfmSectionEndBlockToken token, MarkdownBlockContext context)
 {
     return($"</div>");
 }
Exemple #2
0
 public virtual StringBuffer Render(MarkdownEngine engine, DfmSectionEndBlockToken token, MarkdownBlockContext context)
 {
     return $"</div>";
 }