OcttKB/Wiki-OcttKB/plugins/details/$__plugins_telmiger_details...

26 lines
655 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

created: 20200603211101398
modified: 20200603211101398
tags:
title: $:/plugins/telmiger/details/about
Create HTML 5 `<details>` elements including a `<summary>` using this widget.
<$details summary="The details element W3C definition">
<<<
The [[details|http://w3c.github.io/html/interactive-elements.html#elementdef-details]] element represents a disclosure widget from which the user can obtain additional information or controls.
<<< W3C
</$details>
<$details summary="Code example" open="no">
```
<$details summary="This should be open" open="yes">
Content will be immediately visible if open is set to "yes".
</$details>
```
</$details>