Skip to content

Commit 5dda161

Browse files
committed
github: fix .md
1 parent c22d472 commit 5dda161

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sites/github.com.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ var copyMarkdownSnippetFromGithub = (function(){ // ES6 modules are not supporte
8181
}
8282
}
8383

84+
if (filePath.endsWith('.md')){
85+
reviewLink = reviewLink.replace('?plain=1', '').replace('#', '?plain=1#');
86+
}
87+
8488
let markdownSnippet = '';
8589
if (quitMode){
8690
markdownSnippet = (

0 commit comments

Comments
 (0)