Improve handling tags + improve combine bullets in ntfy backend
This commit is contained in:
@@ -42,7 +42,7 @@ labelWhitespace = whitespace:[ \t\r]+ {
|
||||
}
|
||||
}
|
||||
|
||||
tag = "#" tag:[a-zA-Z0-9-]+ {
|
||||
tag = "#" tag:[a-zA-Z0-9-/]+ {
|
||||
return {
|
||||
span: "tag",
|
||||
value: tag.join("")
|
||||
|
||||
Reference in New Issue
Block a user