habitica-markdown
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -7,3 +7,3 @@ /** | ||
const mentionRegex = /@[\w-]+/; | ||
const mentionRegex = /^@[\w-]+/; | ||
const whiteSpaceRegex = /\s+/; | ||
@@ -10,0 +10,0 @@ |
{ | ||
"name": "habitica-markdown", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A markdown-it module pre-configured for use in Habitica", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8230