diff --git a/scripts/optiondocsimages.js b/scripts/optiondocsimages.js index 435c301aaec..e2d5cc46a78 100644 --- a/scripts/optiondocsimages.js +++ b/scripts/optiondocsimages.js @@ -25,7 +25,8 @@ theme = theme.default const image = (pattern, option) => ` ## Effect of this option on the pattern -![This image shows the effect of this option by superimposing several variants that have a different value for this option](${pattern}_${option.toLowerCase()}_sample.svg "Effect of this option on the pattern")` +![This image shows the effect of this option by superimposing several variants that have a different value for this option](${pattern}_${option.toLowerCase()}_sample.svg "Effect of this option on the pattern") +` const insertImage = (file, pattern, option) => {