Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Fix Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Oct 3, 2019
1 parent bf0cf5d commit c5c6f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/discourse/initializers/checklist.js.es6
Expand Up @@ -42,7 +42,7 @@ export function checklistSyntax($elem, post) {
/\[code\][^]*?\[\/code\]/gm,
/_.*?_/gm,
/\*.*?\*/gm,
/~~.*?~~/gm,
/~~.*?~~/gm
].forEach(regex => {
let match;
while ((match = regex.exec(result.raw)) != null) {
Expand Down

0 comments on commit c5c6f54

Please sign in to comment.