diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-04-09 11:34:41 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-04-09 11:34:41 +0200 |
commit | 8e54c9768788d7dd4e2c89cd5c399420e39fd023 (patch) | |
tree | 2c54ac38b4fd55751a93bde66f2d1cba90214a95 | |
parent | 01b9812954038c1013ce41fba8c67e5513d5ef70 (diff) |
Add details and dl
-rw-r--r-- | html.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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`. |