Property Text
Text
Gets or sets the code block content. The setter accepts fenced code block format
() and extracts the language automatically. Plain text
(without fences) is also accepted and treated as language-less code.lang\ncode\n
public override string Text { get; set; }