diff --git a/src/ui.js b/src/ui.js index 93aa0de157..7270161cf6 100644 --- a/src/ui.js +++ b/src/ui.js @@ -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\/(.*)$/),