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
I tried to create a table using the shortcode tables within a tab and it doesn't appear:
{{< tabs tabTotal="2">}} {{% tab tabName="Example" %}} {{< table >}} | Animal | Sounds | Legs | |---------|--------|-----| | `Cat` | Meow | 4 | | `Dog` | Woof | 4 | | `Cricket` | Chirp | 6 | {{< /table >}} {{% /tab %}} {{% tab tabName="Another Tab" %}} {{< table "table-hover" >}} | Animal | Sounds | Legs | |---------|--------|-----| | `Cat` | Meow | 4 | | `Dog` | Woof | 4 | | `Cricket` | Chirp | 6 | {{< /table >}} {{% /tab %}} {{< /tabs >}}
Normal tables appear just fine.
I'd expect the shortcode tables to appear within the tabs.
No response
- OS: Windows - Browser: Brave | Chrome - Browser Version: v1.63.169 | v122.0.6261.112
The text was updated successfully, but these errors were encountered:
Hi, I had the same problem with prism. The dev should add nesting support.
Edit: However I tried the code you posted and it works.
Sorry, something went wrong.
Huh. Perhaps it's an issue with how I have LotusDocs/Hugo set up then? Since it wasn't working for me when I ran that example. 🤔
As your example code seems to work fine, I'll close this issue.
No branches or pull requests
Past Issues Searched
Issue is a Bug Report
Describe the bug
I tried to create a table using the shortcode tables within a tab and it doesn't appear:
Normal tables appear just fine.
Expected behavior
I'd expect the shortcode tables to appear within the tabs.
Screenshots
No response
Environment
The text was updated successfully, but these errors were encountered: