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 79a83bc commit 8cf6975Copy full SHA for 8cf6975
lib/docsify.js
@@ -2741,7 +2741,7 @@ function getPath () {
2741
}
2742
2743
var isAbsolutePath = cached(function (path) {
2744
- return /(:|(\/{2}))/.test(path)
+ return /(:|(\/{2}))/g.test(path)
2745
});
2746
2747
var getParentPath = cached(function (path) {
0 commit comments