Skip to content

Commit

Permalink
fix: add extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictb committed Aug 5, 2024
1 parent ec546ab commit a6109cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ExpensiMark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,7 @@ export default class ExpensiMark {
regex: /(?<![^ \n*~_])(#[\p{Ll}0-9-]{1,80})(?![^<]*(?:<\/pre>|<\/code>|<\/a>))/gimu,
replacement: '<mention-report>$1</mention-report>',
},

/**
* This regex matches a valid user mention in a string.
* A user mention is a string that starts with the '@' symbol and is followed by a valid user's primary
Expand Down

0 comments on commit a6109cb

Please sign in to comment.