This commit is contained in:
infidel
2022-11-14 23:16:26 +07:00
commit b6f9e18e61
123 changed files with 66289 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
---
title: "Multiple Expandable Test"
date: 2020-06-17T22:01:14-05:00
tags: [issue]
---
Testing out GitHub issue https://github.com/zwbetz-gh/cupper-hugo-theme/issues/36 -- Multiple expandable shortcodes do not work if they have the same inner text.
{{< expandable label="expandable 1" level="2" >}}
Same inner text.
{{< /expandable >}}
{{< expandable label="expandable 2" level="2" >}}
Same inner text.
{{< /expandable >}}
{{< expandable label="expandable 3" level="2" >}}
Different inner text.
{{< /expandable >}}