Skip to content

Commit

Permalink
Fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie authored Oct 27, 2023
1 parent dc7674b commit 2eaed49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const mdComponents = {
rootDir: new RegExp(/^\//)
},
globalLinks: {
base64: new RegExp(/^data:image\/.*;base64/, "i");
base64: new RegExp(/^data:image\/.*;base64/, "i")
},
atomLinks: {
package: new RegExp(/^https:\/\/atom\.io\/packages\/(.*)$/),
Expand Down

0 comments on commit 2eaed49

Please sign in to comment.