Skip to content

Commit 1e38755

Browse files
committed
Improve Cutline
1 parent 3b9ef4b commit 1e38755

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/generate/templates.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ export function lineTemplate ({config}: LineTemplateArgs) {
5454
}
5555

5656
// return `![-----------------------------------------------------](${url})`;
57-
return `<img align=\"center\" width="100%" height="5px" src="${url}"/>`
57+
// return `<img align=\"center\" width="100%" height="5px" src="${url}"/>`
58+
return `<img align=\"center\" width="100%" src="${url}"/>`
5859
}
5960

6061
/**

0 commit comments

Comments
 (0)