Skip to content

Hugo shortcode identation #155

@titpetric

Description

@titpetric

When using hugo shortcodes, a particular shortcode may be used as:

{{< warning success >}}
<some text here>
{{< /warning >}}

When using mdox fmt, the snippet above gets it's leading and trailing spacing stripped, making an unnecessary change to:

{{< warning success >}} <some text here> {{< /warning >}}.

Ideally the shortcodes would be treated in the same way as fenced code blocks, leaving the leading/exiting whitespace as is.

Hugo shortcodes: https://gohugo.io/content-management/shortcodes/

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions