Beispiel #1
0
 protected override string Visit(BoldText boldText)
 => "**" + boldText.Text + "**";
Beispiel #2
0
 protected override string Visit(BoldText boldText)
 => "<b>" + boldText.Text + "</b>";
Beispiel #3
0
 protected abstract string Visit(BoldText boldText);
Beispiel #4
0
 protected override string Visit(BoldText boldText)
 => "\\textbf{" + boldText.Text + "}";