summaryrefslogtreecommitdiffstats
path: root/lib/parse/summary.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/parse/summary.js')
-rw-r--r--lib/parse/summary.js2
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, '/'),
};
}