We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/
The text was updated successfully, but these errors were encountered:
👍🏽 help wanted!
Sorry, something went wrong.
No branches or pull requests
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/
The text was updated successfully, but these errors were encountered: