We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a1fe2 commit b45c1b8Copy full SHA for b45c1b8
1 file changed
layouts/partials/md-dropdown.html
@@ -78,7 +78,7 @@
78
<script>
79
function getCurrentPlaintextUrl() {
80
const url = window.location.href.split("#")[0].replace(/\/$/, "");
81
- return `${url}/index.md`;
+ return `${url}.md`;
82
}
83
84
function copyMarkdown() {
0 commit comments