I have a shortcode which can be used with or without inline content. It would be a nice touch if you could close the shortcode version that doesn’t use inner content using a single slash. Example:
{{< shortcode param="value" />}}
As opposed to:
{{< shortcode param="value" >}}{{< /shortcode >}}
This has been discussed before, and the conclusion back then was that it wasn’t possible. With the new shortcode parser, I would say it’s doable.
Could you copy-paste the content above into a GitHub issue?
Alright, opened an issue here