google / docsy

A set of Hugo doc templates for launching open source content.
https://docsy.dev
Apache License 2.0
2.53k stars 887 forks source link

Tabpane/ Tabs do not allow other shortcodes #1670

Open Nadine2016 opened 1 year ago

Nadine2016 commented 1 year ago

When using tabs within the tabpane shortcode, other shortcodes, such as the alert shortcode do not display at all. We would like to use the tabpane/ tab shortcode to show a set of steps and and need other shortcodes to function properly, such as alerts, or readfile.

chalin commented 1 year ago

In the case of the alert shortcode, the problem that you're hitting should be fixed via #906 and #941 (i.e., it's alert that's the problem, not tabpane).

If there are other shortcodes that you are having issues with, then they'll need to be addressed individually. If you provide concrete examples of the shortcodes and how they are failing (with a link to your repo), that would be helpful.