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 20b6635 commit 603e049Copy full SHA for 603e049
htmlpreview.js
@@ -96,7 +96,8 @@
96
const extractForge = function (url) {
97
let software = null;
98
let host = null;
99
- if (url.host == 'raw.githubusercontent.com') {
+ if (url.host == 'raw.githubusercontent.com'
100
+ || url.host == 'github.com') {
101
software = FORGE_SOFTWARES.GitHub;
102
host = FORGE_HOSTS.GitHub_com;
103
} else if (url.host == 'bitbucket.org'
0 commit comments