com.aspose.html.toolkit.markdown.syntax.extensions
The com.aspose.html.toolkit.markdown.syntax.extensions package contains objects and methods that allows you to handle various extensions of the Markdown format, such as ShortCode, FrontMatter, etc.
Classes
| Class | Description |
|---|---|
| ChildFrontMatterSyntaxNode | Defines the ChildFrontMatterSyntaxNode |
| HugoFrontMatterSyntaxNode | Defines the base class HugoFrontMatterSyntaxNode |
| HugoShortCodeSyntaxNode | Defines the HugoShortCodeSyntaxNode |
| HugoSyntaxExtension | Defines the HugoSyntaxExtension. |
| HugoYamlBasedFrontMatterSyntaxNode | Defines the HugoYamlBasedFrontMatterSyntaxNode |
| ShortCodeParameterSyntaxNode | Defines the ShortCodeParameterSyntax. |
| YamlMappingSyntaxNode | Defines the YamlMappingSyntaxNode |
| YamlScalarSyntaxNode | Defines the YamlScalarSyntaxNode |
| YamlSequenceSyntaxNode | Defines the YamlSequenceSyntaxNode |