Fix comma

This commit is contained in:
confused_techie 2023-10-27 07:34:06 -07:00 committed by GitHub
parent dc7674b8e5
commit 2eaed49ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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\/(.*)$/),