diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-15 20:19:10 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-15 20:19:10 +0800 |
| commit | 04ede68669c0f061f6dbb0ed0d2f37f75cea8e35 (patch) | |
| tree | 6d4b3b49613262d177a31720ec187f7a1ff80a66 | |
| parent | 2ad432088fa3228319e85564f0735e33ea3b6e2f (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 ae229b2..8e1fb39 100644 --- a/my_snippets/markdown.snippets +++ b/my_snippets/markdown.snippets @@ -5,7 +5,7 @@ def gen_header(snip): # erase current line snip.buffer[snip.line] = "" - line_content = "#"*level + " ${1:Section Name} " + "#"*level + line_content = "#"*level + " ${1:Section Name}" line_content += '\n$0' snip.expand_anon(line_content) |
