1
0
Fork 0

fix: Add trailing newline to options images insert

This commit is contained in:
Joost De Cock 2022-07-10 12:32:52 +02:00
parent f26b9db889
commit 08ce5fd802

View file

@ -25,7 +25,8 @@ theme = theme.default
const image = (pattern, option) => ` const image = (pattern, option) => `
## Effect of this option on the pattern ## 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) => { const insertImage = (file, pattern, option) => {