Improve handling tags + improve combine bullets in ntfy backend

This commit is contained in:
2025-06-11 13:33:53 +02:00
parent bff145d27f
commit 0060b2be60
2 changed files with 3 additions and 3 deletions

View File

@@ -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("")