emacs.d/snippets/html-mode/sumdet
2023-02-16 18:48:40 +00:00

8 lines
No EOL
93 B
Text

# name: summary-details
# key: sumdet
# --
<details>
<summary>$1</summary>
$2
</details>
$0