General cleanup: reorganising snippets, tidying if statements, documenting functions
This commit is contained in:
parent
18c64c71c4
commit
4aa4de17f5
30 changed files with 128 additions and 99 deletions
snippets/html-mode
10
snippets/html-mode/sumdet
Normal file
10
snippets/html-mode/sumdet
Normal file
|
@ -0,0 +1,10 @@
|
|||
# name: summary-details
|
||||
# key: sumdet
|
||||
# --
|
||||
<details><summary>$1</summary>
|
||||
|
||||
$2
|
||||
|
||||
</details>
|
||||
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue