public virtual StringBuffer Render(IMarkdownRenderer render, DfmSectionBlockToken token, MarkdownBlockContext context) { return(string.IsNullOrEmpty(token.Attributes) ? "[!div]\n" : $"[!div {token.Attributes}]\n"); }
public virtual StringBuffer Render(IMarkdownRenderer render, DfmSectionBlockToken token, MarkdownBlockContext context) { return string.IsNullOrEmpty(token.Attributes) ? "[!div]\n" : $"[!div {token.Attributes}]\n"; }