aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--my_snippets/markdown.snippets2
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)