summaryrefslogtreecommitdiff
path: root/data/reference
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-03-22 04:47:50 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-03-22 04:49:20 -0600
commit80a5f70693135b7fcde1ccd373881769450090bf (patch)
tree4086bae9cedf4dc3b233b48da395c19b157d4204 /data/reference
parentcc7c7e56ca5ea32cfe0af765a8e01e79f99a5267 (diff)
add collapsible block example to syntax reference [skip ci]
Diffstat (limited to 'data/reference')
-rw-r--r--data/reference/syntax.adoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/reference/syntax.adoc b/data/reference/syntax.adoc
index 547c41b5..10b9386c 100644
--- a/data/reference/syntax.adoc
+++ b/data/reference/syntax.adoc
@@ -188,6 +188,12 @@ admonition - a notice for the reader, ranging in severity from a tip to an alert
example - a demonstration of the concept being documented
====
+.Toggle Me
+[%collapsible]
+====
+collapsible - these details are revealed by clicking the title
+====
+
****
sidebar - auxiliary content that can be read independently of the main content
****