diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:28:30 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2022-11-02 23:28:30 +0100 |
commit | 9013a1f4570885416254aabbe7e389822d2fb215 (patch) | |
tree | 99733fd2fab2fea9d70f4d679adf3527c3c73035 /exampleSite/content/docs/shortcodes/expand.md | |
parent | 6e1b44c4c4654d8abb8c534b50869c754b8cad27 (diff) |
#352: move english content to content.en
Diffstat (limited to 'exampleSite/content/docs/shortcodes/expand.md')
-rw-r--r-- | exampleSite/content/docs/shortcodes/expand.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/exampleSite/content/docs/shortcodes/expand.md b/exampleSite/content/docs/shortcodes/expand.md deleted file mode 100644 index c62520f..0000000 --- a/exampleSite/content/docs/shortcodes/expand.md +++ /dev/null @@ -1,35 +0,0 @@ -# Expand - -Expand shortcode can help to decrease clutter on screen by hiding part of text. Expand content by clicking on it. - -## Example -### Default - -```tpl -{{</* expand */>}} -## Markdown content -Lorem markdownum insigne... -{{</* /expand */>}} -``` - -{{< expand >}} -## Markdown content -Lorem markdownum insigne... -{{< /expand >}} - -### With Custom Label - -```tpl -{{</* expand "Custom Label" "..." */>}} -## Markdown content -Lorem markdownum insigne... -{{</* /expand */>}} -``` - -{{< 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 >}} |