Open titpetric opened 8 months ago
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/
👍🏽 help wanted!
When using hugo shortcodes, a particular shortcode may be used as:
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/