Interface IMarkdownService
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public interface IMarkdownService
Methods
| Improve this Doc View SourceMarkup(String, String)
Declaration
MarkupResult Markup(string src, string path)
Parameters
| Type | Name | Description |
|---|---|---|
| String | src | |
| String | path |
Returns
| Type | Description |
|---|---|
| MarkupResult |