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):
    ...
ParameterTypeDescription
nameTextSyntaxNodeThe TextSyntax.
equal_signMarkdownSyntaxTokenThe equal sign.
quotation_openMarkdownSyntaxTokenThe quotationOpen.
valueTextSyntaxNodeThe TextSyntax value.
quotation_closeMarkdownSyntaxTokenThe quotationClose.

See Also