hugo_short_code_parameter method
hugo_short_code_parameter
Creates ShortCodeParameterSyntaxNode
.
Returns
The ShortCodeParameterSyntax.
def hugo_short_code_parameter(self, name, equal_sign, quotation_open, value, quotation_close):
...
Parameter | Type | Description |
---|---|---|
name | TextSyntaxNode | The TextSyntax. |
equal_sign | MarkdownSyntaxToken | The equal sign. |
quotation_open | MarkdownSyntaxToken | The quotationOpen. |
value | TextSyntaxNode | The TextSyntax value. |
quotation_close | MarkdownSyntaxToken | The quotationClose. |