§ Details <details><summary>
Summary of details.
The full details
§ Markup
''' Summary of details.
The _full_ **details**
'''
§ HTML
<details class="holonomic disclosure">
<summary>Summary of details.</summary>
<p>The <em>full</em> <strong>details</strong></p>
</details>
§ Examples
Details
Default summary.
Code Snippet
main :: proc() {
hello : string = "Hello!"
fmt.println(hello)
}
strong emphasis code 🐸 delete add highlight
| col01 | col02 |
|---|---|
col01 |
col02 |
col01 |
col02 |