According with the documentation shortcodes can’t be used in partials.
I would like to re-use a shortcode in a partial, what do you suggest for limiting the refactoring?
According with the documentation shortcodes can’t be used in partials.
I would like to re-use a shortcode in a partial, what do you suggest for limiting the refactoring?
Create the partial first. Use this within templates.
Then create shortcode that wraps the partial. Use this within markdown.