We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7710ff8 commit c10b0a6Copy full SHA for c10b0a6
dev/import-tool/src/clickup/clickup.ts
@@ -62,7 +62,7 @@ interface ImportIssueEx extends ImportIssue {
62
}
63
64
class ClickupMarkdownPreprocessor implements MarkdownPreprocessor {
65
- private readonly MENTION_REGEX = /@([A-Za-z]+ [A-Za-z]+)/g
+ private readonly MENTION_REGEX = /@([\p{L}\p{M}]+ [\p{L}\p{M}]+)/gu
66
constructor (private readonly personsByName: Map<string, Ref<Person>>) {}
67
68
process (json: MarkupNode): MarkupNode {
0 commit comments