Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cupper-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzwbetz-gh <zwbetz@gmail.com>2020-06-18 06:32:30 +0300
committerzwbetz-gh <zwbetz@gmail.com>2020-06-18 06:32:30 +0300
commit10ae1fcf36919371eabf9a458015c5c25aba602a (patch)
treea7d6e14b62687dea61a9ce46b6e4760d78a82ba4 /exampleSite
parent93bb015db647febdc3db6dfd180ac008e3bcd067 (diff)
fix issue #36
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/post/multiple-expandable-test.md19
-rw-r--r--exampleSite/content/post/special-character-test.md2
2 files changed, 20 insertions, 1 deletions
diff --git a/exampleSite/content/post/multiple-expandable-test.md b/exampleSite/content/post/multiple-expandable-test.md
new file mode 100644
index 0000000..ad12612
--- /dev/null
+++ b/exampleSite/content/post/multiple-expandable-test.md
@@ -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 >}}
diff --git a/exampleSite/content/post/special-character-test.md b/exampleSite/content/post/special-character-test.md
index 5c5a81a..86b4ed1 100644
--- a/exampleSite/content/post/special-character-test.md
+++ b/exampleSite/content/post/special-character-test.md
@@ -1,7 +1,7 @@
---
title: "Special Character Test"
date: 2019-09-10T20:26:08-05:00
-tags: []
+tags: [issue]
---
Testing out GitHub issue https://github.com/zwbetz-gh/cupper-hugo-theme/issues/16