It seems like the shortcode and partial system is nearly always ‘better’ than standard markdown hooks, for those us with the patience to implement and use them well.
Is Hugo using shortcode-like logic to render the default markdown hooks? How extensible and customizable is that?
For example does/could Hugo optionally implement responsive images under the hood in the default ‘theme,’ as a config-flagable feature accessed via standard/default markdown or shortcode syntaxes?
I think most of us are homebaking things like that in custom themes as of now, but it seems like there are bunch of opportunities for standardized inclusions in ‘vanilla’ Hugo