Пример #1
0
 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;
 }
Пример #2
0
 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;
 }