diff options
| author | jdhao <jdhao@hotmail.com> | 2021-01-13 22:55:20 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-01-13 22:55:20 +0800 |
| commit | c81d148627fcbba2c3120110155ed3f8104bb985 (patch) | |
| tree | d915e1d0d8e1541fe4704bff8d0af64b25664586 | |
| parent | 4c348b6eb664a138993402b37dcc7ad4416d27aa (diff) | |
Update markdown snippets
| -rw-r--r-- | my_snippets/markdown.snippets | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/my_snippets/markdown.snippets b/my_snippets/markdown.snippets index 8e1fb39..b6f5370 100644 --- a/my_snippets/markdown.snippets +++ b/my_snippets/markdown.snippets @@ -47,7 +47,7 @@ $0 endsnippet snippet font "HTML font tag" -<font color="red">${1:TEXT}</font> +<font color="${1:red}">${2:TEXT}</font> endsnippet snippet link "Markdown links" |
