fix: Add trailing newline to options images insert
This commit is contained in:
parent
f26b9db889
commit
08ce5fd802
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ theme = theme.default
|
|||
const image = (pattern, option) => `
|
||||
|
||||
## Effect of this option on the pattern
|
||||
}_sample.svg "Effect of this option on the pattern")`
|
||||
}_sample.svg "Effect of this option on the pattern")
|
||||
`
|
||||
|
||||
|
||||
const insertImage = (file, pattern, option) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue