示例#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 + "}";