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

github.com/kc0bfv/ticky_tacky_dark.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl <kc0bfv@gmail.com>2020-02-15 19:40:12 +0300
committerKarl <kc0bfv@gmail.com>2020-02-15 19:40:12 +0300
commitec011355942d1b8612c61664a4e0a37d86339fdd (patch)
treebbf5ce12f2e70cbca715c27aa2edc1235b145cb1 /exampleSite
parentd0f9ca61a9fb7e4c6633127fddf797a2699e0140 (diff)
Dropdown shortcode handle markdown correctly
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/content/emoji-support.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/exampleSite/content/emoji-support.md b/exampleSite/content/emoji-support.md
index 2d88bc5..69322f0 100644
--- a/exampleSite/content/emoji-support.md
+++ b/exampleSite/content/emoji-support.md
@@ -54,5 +54,10 @@ font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,And
{{< /css.inline >}}
{{< dropdown summary="This demonstrates the dropdown shortcode. Click this." >}}
- This stuff drops down because you clicked on the text.
+* This stuff drops down because you clicked on the text.
+* Markdown is supported in here.
+
+```
+# Code sections can go in here too
+```
{{< /dropdown >}}