Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Aug 5, 2024
1 parent 265d496 commit 303cd94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export default class ExpensiMark {
name: 'reportMentions',

regex: /(?<![^ \n*~_])(#[\p{Ll}0-9-]{1,80})(?![^<]*(?:<\/pre>|<\/code>|<\/a>))/gimu,
replacement: '<mention-report>$1</mention-report>'
replacement: '<mention-report>$1</mention-report>',
},
/**
* This regex matches a valid user mention in a string.
Expand Down

0 comments on commit 303cd94

Please sign in to comment.