Interface IMarkdownService
Assembly: Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IMarkdownService
Properties
|
Improve this Doc
View Source
Name
Declaration
Property Value
Methods
|
Improve this Doc
View Source
Markup(String, String)
Declaration
MarkupResult Markup(string src, string path)
Parameters
Returns
|
Improve this Doc
View Source
Markup(String, String, Boolean)
Declaration
MarkupResult Markup(string src, string path, bool enableValidation)
Parameters
Returns
Extension Methods