Exemplo n.º 1
0
 private string GetHtml(string markdownText)
 {
     return(parser.GetHtml(markdownText));
 }