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 43ad19a commit 54a3fabCopy full SHA for 54a3fab
src/plugin.js
@@ -71,7 +71,7 @@ window.require(["gitbook"], function(gitbook) {
71
matches.forEach(function(match) {
72
var editLink = `[:memo:](${editURL}#L${match.loc.start.line} "Edit")`;
73
body += quoteText(match.markdown + "\n" +
74
- `${editLink} <${resourceURL}#L${match.loc.start.line}>`) + "\n";
+ `${editLink} <${resourceURL}#L${match.loc.start.line}>`) + "\n\n";
75
});
76
}
77
bug.setBody(body);
0 commit comments