From 08ce5fd8020b9c80ca58008c2812e82844e572e9 Mon Sep 17 00:00:00 2001 From: Joost De Cock Date: Sun, 10 Jul 2022 12:32:52 +0200 Subject: [PATCH] fix: Add trailing newline to options images insert --- scripts/optiondocsimages.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) => {