We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbde141 commit fd217c2Copy full SHA for fd217c2
packages/decap-cms-editor-component-image/src/index.js
@@ -17,7 +17,7 @@ const image = {
17
const src = getAsset(image, imageField);
18
return <img src={src || ''} alt={alt || ''} title={title || ''} />;
19
},
20
- pattern: /^!\[(.*)\]\((.*?)(\s"(.*)")?\)$/,
+ pattern: /^!\[(.*)\]\((.*?)(\s"(.*)")?\)/,
21
fields: [
22
{
23
label: 'Image',
0 commit comments