Skip to content

Commit b0d9eea

Browse files
authored
FIX: markdown>hyphen has extra space now
The previous code for markdown unordered lists was missing a space after the `-`.
1 parent e378404 commit b0d9eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/markdown-mode/hyphen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# key: -
55
# --
66
- ${1:Text}
7-
-$0
7+
- $0

0 commit comments

Comments
 (0)