Click or drag to resize

MarkdownPropertyParserGroupDocsBeginCue Property

This regular expression is used to detect the beginning of the documentation of a group. All lines, which are not recognized as properties or another cue, are collected as the documentation for the group.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Regex GroupDocsBeginCue { get; set; }

Property Value

Type: Regex
See Also