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