Fix h1-h4 regression
This commit is contained in:
@@ -3,6 +3,6 @@ tags: template
|
||||
description: Make this a level 1 heading
|
||||
hooks.snippet:
|
||||
slashCommand: h1
|
||||
match: "^#*\\s*"
|
||||
matchRegex: "^#*\\s*"
|
||||
---
|
||||
#
|
||||
@@ -3,6 +3,6 @@ tags: template
|
||||
description: Make this a level 2 heading
|
||||
hooks.snippet:
|
||||
slashCommand: h2
|
||||
match: "^#*\\s*"
|
||||
matchRegex: "^#*\\s*"
|
||||
---
|
||||
##
|
||||
@@ -3,6 +3,6 @@ tags: template
|
||||
description: Make this a level 3 heading
|
||||
hooks.snippet:
|
||||
slashCommand: h3
|
||||
match: "^#*\\s*"
|
||||
matchRegex: "^#*\\s*"
|
||||
---
|
||||
###
|
||||
@@ -3,6 +3,6 @@ tags: template
|
||||
description: Make this a level 4 heading
|
||||
hooks.snippet:
|
||||
slashCommand: h4
|
||||
match: "^#*\\s*"
|
||||
matchRegex: "^#*\\s*"
|
||||
---
|
||||
####
|
||||
Reference in New Issue
Block a user