DEV: Export pretty text function for plugin use (#13826)

This commit is contained in:
Mark VanLandingham 2021-07-22 14:06:46 -05:00 committed by GitHub
parent cb858af8c7
commit 9165f0a0f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ export function setup(helper) {
});
}
function mentionRegex(unicodeUsernames) {
export function mentionRegex(unicodeUsernames) {
if (unicodeUsernames) {
try {
// Create the regex from a string, because Babel doesn't understand