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 a5e697a commit aabc106Copy full SHA for aabc106
default-theme/lib/format_markdown.js
@@ -15,7 +15,7 @@ function getHref(paths) {
15
16
function rerouteLinks(ast) {
17
visit(ast, 'link', function (node) {
18
- if (node.jsdoc) {
+ if (node.jsdoc && !node.url.match(/^(http|https|\.)/)) {
19
node.url = '#' + node.url;
20
}
21
});
package.json
@@ -33,11 +33,11 @@
33
"micromatch": "^2.1.6",
34
"mime": "^1.3.4",
35
"module-deps-sortable": "4.0.6",
36
- "parse-filepath": "^1.0.1",
+ "parse-filepath": "^0.6.3",
37
"remark": "^4.1.2",
38
"remark-html": "3.0.0",
39
"remark-toc": "^3.0.0",
40
- "remote-origin-url": "0.5.1",
+ "remote-origin-url": "0.4.0",
41
"resolve": "^1.1.6",
42
"slugg": "^1.0.0",
43
"stream-array": "^1.1.0",
0 commit comments