emacs.d/snippets/html-mode/sumdet

10 lines
No EOL
93 B
Text

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