diff options
-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`. |