hugo_yaml_based_front_matter method
hugo_yaml_based_front_matter
Creates HugoYamlBasedFrontMatterSyntaxNode.
Returns
The HugoYamlBasedFrontMatterSyntax.
def hugo_yaml_based_front_matter(self, opening, text, closing):
    ...
| Parameter | Type | Description | 
|---|---|---|
| opening | MarkdownSyntaxToken | The opening MarkdownSyntaxToken. | 
| text | TextSyntaxNode | The TextSyntax. | 
| closing | MarkdownSyntaxToken | The closing MarkdownSyntaxToken. |