diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-03-22 04:47:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-03-22 04:49:20 -0600 |
| commit | 80a5f70693135b7fcde1ccd373881769450090bf (patch) | |
| tree | 4086bae9cedf4dc3b233b48da395c19b157d4204 /data/reference | |
| parent | cc7c7e56ca5ea32cfe0af765a8e01e79f99a5267 (diff) | |
add collapsible block example to syntax reference [skip ci]
Diffstat (limited to 'data/reference')
| -rw-r--r-- | data/reference/syntax.adoc | 6 |
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 **** |
