mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(language/markdown): add details snippet
This commit is contained in:
9
snippets/markdown-mode/github/details
Normal file
9
snippets/markdown-mode/github/details
Normal file
@@ -0,0 +1,9 @@
|
||||
# name: <details><summary>...</summary>...</details>
|
||||
# key: details
|
||||
# --
|
||||
<details>
|
||||
<summary>$1</summary>
|
||||
|
||||
$0
|
||||
|
||||
</details>
|
||||
Reference in New Issue
Block a user