m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-04-09 11:34:41 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-04-09 11:34:41 +0200
commit8e54c9768788d7dd4e2c89cd5c399420e39fd023 (patch)
tree2c54ac38b4fd55751a93bde66f2d1cba90214a95
parent01b9812954038c1013ce41fba8c67e5513d5ef70 (diff)
Add details and dl
-rw-r--r--html.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/html.md b/html.md
index f43659f..d075c4b 100644
--- a/html.md
+++ b/html.md
@@ -23,6 +23,21 @@ To check by default:
<input type='checkbox' checked>
+### Built-in collapsable
+
+ <details>
+ <summary>Description</summary>
+ The rest of this text will be hidden until this is expanded.
+ </details>
+
+### Definitions
+
+ <dl>
+ <dt>Term</dt>
+ <dd>Defintion of term</dd>
+ ...
+ </dl>
+
## CLI parsing with `pup`
`pup` is a little command line parser, inspired by `jq`.