Class DfmFencesBlockToken
Inheritance
DfmFencesBlockToken
Namespace:Microsoft.DocAsCode.Dfm
Assembly:Microsoft.DocAsCode.Dfm.dll
Syntax
public class DfmFencesBlockToken : DfmFencesToken, IMarkdownToken
Constructors
DfmFencesBlockToken(IMarkdownRule, IMarkdownContext, String, String, SourceInfo, String, String, IDfmFencesBlockPathQueryOption)
Declaration
public DfmFencesBlockToken(IMarkdownRule rule, IMarkdownContext context, string name, string path, SourceInfo sourceInfo, string lang = null, string title = null, IDfmFencesBlockPathQueryOption pathQueryOption = null)
Parameters
Extension Methods