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