Interface ICustomMarkdownTagValidator
Contract interface for custom validate tag in markdown
Namespace:Microsoft.DocAsCode.Plugins
Assembly:Microsoft.DocAsCode.Plugins.dll
Syntax
public interface ICustomMarkdownTagValidator
Methods
| Improve this Doc View SourceValidate(String)
Declaration
bool Validate(string tag)
Parameters
Type | Name | Description |
---|---|---|
String | tag |
Returns
Type | Description |
---|---|
Boolean |