public string Render(string markdown) { var tokens = parser.GetTokens(markdown); return(converter.ConvertTokens(tokens)); }