General cleanup: reorganising snippets, tidying if statements, documenting functions

This commit is contained in:
trémeur 2023-02-16 18:36:59 +00:00
parent 18c64c71c4
commit 4aa4de17f5
30 changed files with 128 additions and 99 deletions

View file

@ -0,0 +1,4 @@
# name: fanfiction-link
# key: ficlink
# --
<a href="$1">$2</a>$0&nbsp;<code>$3</code>

10
snippets/html-mode/sumdet Normal file
View file

@ -0,0 +1,10 @@
# name: summary-details
# key: sumdet
# --
<details><summary>$1</summary>
$2
</details>
$0