public DfmFencesBlockToken(IMarkdownRule rule, IMarkdownContext context, string name, string path, string rawMarkdown, string lang = null, string title = null, DfmFencesBlockPathQueryOption pathQueryOption = null) { Rule = rule; Context = context; Path = path; Lang = lang; Name = name; Title = title; PathQueryOption = pathQueryOption; RawMarkdown = rawMarkdown; }