From b0d9eead3089c024af6e8771303dd10b5979742d Mon Sep 17 00:00:00 2001 From: quazgar Date: Thu, 18 Apr 2019 12:26:12 +0200 Subject: [PATCH] FIX: markdown>hyphen has extra space now The previous code for markdown unordered lists was missing a space after the `-`. --- snippets/markdown-mode/hyphen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/markdown-mode/hyphen b/snippets/markdown-mode/hyphen index 8105211d5..dd2347791 100644 --- a/snippets/markdown-mode/hyphen +++ b/snippets/markdown-mode/hyphen @@ -4,4 +4,4 @@ # key: - # -- - ${1:Text} --$0 \ No newline at end of file +- $0