Skip to content

Commit 22c5344

Browse files
square brackets around links
1 parent c4b31ce commit 22c5344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
.replace(/[^a-zA-Z0-9-_]/g, '-')
450450
.toLowerCase()
451451
const href = `../pages/${safePageName}.md`
452-
return `<a href="#" class="wiki-link" data-page="${pageName}">${pageName}</a>`
452+
return `<a href="#" class="wiki-link" data-page="${pageName}">[[${pageName}]]</a>`
453453
}
454454
}
455455

0 commit comments

Comments
 (0)