From 9013a1f4570885416254aabbe7e389822d2fb215 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Wed, 2 Nov 2022 23:28:30 +0100 Subject: #352: move english content to content.en --- exampleSite/content.en/docs/shortcodes/expand.md | 35 ++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 exampleSite/content.en/docs/shortcodes/expand.md (limited to 'exampleSite/content.en/docs/shortcodes/expand.md') diff --git a/exampleSite/content.en/docs/shortcodes/expand.md b/exampleSite/content.en/docs/shortcodes/expand.md new file mode 100644 index 0000000..c62520f --- /dev/null +++ b/exampleSite/content.en/docs/shortcodes/expand.md @@ -0,0 +1,35 @@ +# Expand + +Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it. + +## Example +### Default + +```tpl +{{}} +## Markdown content +Lorem markdownum insigne... +{{}} +``` + +{{< expand >}} +## Markdown content +Lorem markdownum insigne... +{{< /expand >}} + +### With Custom Label + +```tpl +{{}} +## Markdown content +Lorem markdownum insigne... +{{}} +``` + +{{< expand "Custom Label" "..." >}} +## Markdown content +Lorem markdownum insigne. Olympo signis Delphis! Retexi Nereius nova develat +stringit, frustra Saturnius uteroque inter! Oculis non ritibus Telethusa +protulit, sed sed aere valvis inhaesuro Pallas animam: qui _quid_, ignes. +Miseratus fonte Ditis conubia. +{{< /expand >}} -- cgit v1.2.3