Fix h1-h4 regression

This commit is contained in:
Zef Hemel
2024-01-22 16:25:55 +01:00
parent c1c54c07cf
commit 3eec0758e7
6 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ tags: template
description: Make this a level 1 heading
hooks.snippet:
slashCommand: h1
match: "^#*\\s*"
matchRegex: "^#*\\s*"
---
#
+1 -1
View File
@@ -3,6 +3,6 @@ tags: template
description: Make this a level 2 heading
hooks.snippet:
slashCommand: h2
match: "^#*\\s*"
matchRegex: "^#*\\s*"
---
##
+1 -1
View File
@@ -3,6 +3,6 @@ tags: template
description: Make this a level 3 heading
hooks.snippet:
slashCommand: h3
match: "^#*\\s*"
matchRegex: "^#*\\s*"
---
###
+1 -1
View File
@@ -3,6 +3,6 @@ tags: template
description: Make this a level 4 heading
hooks.snippet:
slashCommand: h4
match: "^#*\\s*"
matchRegex: "^#*\\s*"
---
####