We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33db7b7 commit 530912eCopy full SHA for 530912e
lib/webpack/markdownLoader.js
@@ -57,6 +57,7 @@ module.exports = function (src) {
57
58
// check if relative links are valid
59
links && links.forEach(link => {
60
+ link = decodeURIComponent(link)
61
const shortname = link
62
.replace(/#.*$/, '')
63
.replace(/\.html$/, '.md')
0 commit comments