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 3b9ef4b commit 1e38755Copy full SHA for 1e38755
src/generate/templates.ts
@@ -54,7 +54,8 @@ export function lineTemplate ({config}: LineTemplateArgs) {
54
}
55
56
// return ``;
57
- return `<img align=\"center\" width="100%" height="5px" src="${url}"/>`
+ // return `<img align=\"center\" width="100%" height="5px" src="${url}"/>`
58
+ return `<img align=\"center\" width="100%" src="${url}"/>`
59
60
61
/**
0 commit comments