diff options
| author | jdhao <jdhao@hotmail.com> | 2022-03-05 22:15:02 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2022-03-05 22:15:02 +0800 |
| commit | a0179d01c1b58c2ca189062c279516f4fdb48efc (patch) | |
| tree | 27cd2f1141d2faf385ac62abfce6f00f31efc9f7 /my_snippets/markdown.snippets | |
| parent | 377c54c88cec46e1adc9787e99d00bd983076e5a (diff) | |
add new markdown snippet
Diffstat (limited to 'my_snippets/markdown.snippets')
| -rw-r--r-- | my_snippets/markdown.snippets | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/my_snippets/markdown.snippets b/my_snippets/markdown.snippets index ad357f6..12567f8 100644 --- a/my_snippets/markdown.snippets +++ b/my_snippets/markdown.snippets @@ -162,3 +162,7 @@ snippet success "success box" </div> $0 endsnippet + +snippet td "too long do not read" bw +tl;dr: $1 +endsnippet |
