diff options
Diffstat (limited to 'lib/parse')
-rw-r--r-- | lib/parse/summary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/parse/summary.js b/lib/parse/summary.js index 7725b59..af13088 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, '/'), }; } |