Sync
This commit is contained in:
19
exampleSite/content/post/multiple-expandable-test.md
Normal file
19
exampleSite/content/post/multiple-expandable-test.md
Normal 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 >}}
|
||||
Reference in New Issue
Block a user