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