Property CodeLines
CodeLines
Gets or sets the plain-text code lines. Setting this re-creates the internal styled segments. When SyntaxHighlighter and Language are both set, lines are syntax-highlighted; otherwise they use CodeBlock styling.
public IReadOnlyList<string> CodeLines { get; set; }