diff --git a/lib/parse/summary.js b/lib/parse/summary.js index 7725b5901..af13088e2 100644 --- a/lib/parse/summary.js +++ b/lib/parse/summary.js @@ -82,7 +82,7 @@ function parseTitle(src, nums) { level: level, // Replace .md references with .html - path: matches[2], + path: matches[2].replace(/\\/g, '/'), }; }