Skip to content

Commit 54a3fab

Browse files
committed
feat(plugin): add empty break line
1 parent 43ad19a commit 54a3fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ window.require(["gitbook"], function(gitbook) {
7171
matches.forEach(function(match) {
7272
var editLink = `[:memo:](${editURL}#L${match.loc.start.line} "Edit")`;
7373
body += quoteText(match.markdown + "\n" +
74-
`${editLink} <${resourceURL}#L${match.loc.start.line}>`) + "\n";
74+
`${editLink} <${resourceURL}#L${match.loc.start.line}>`) + "\n\n";
7575
});
7676
}
7777
bug.setBody(body);

0 commit comments

Comments
 (0)