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 c22d472 commit 5dda161Copy full SHA for 5dda161
sites/github.com.js
@@ -81,6 +81,10 @@ var copyMarkdownSnippetFromGithub = (function(){ // ES6 modules are not supporte
81
}
82
83
84
+ if (filePath.endsWith('.md')){
85
+ reviewLink = reviewLink.replace('?plain=1', '').replace('#', '?plain=1#');
86
+ }
87
+
88
let markdownSnippet = '';
89
if (quitMode){
90
markdownSnippet = (
0 commit comments