mirror of
https://github.com/woodchen-ink/Random-Api.git
synced 2025-07-18 14:02:03 +08:00
fix:markdown排版错误
This commit is contained in:
parent
340ff4f091
commit
2661cfa5fa
@ -103,14 +103,14 @@
|
|||||||
html: true
|
html: true
|
||||||
});
|
});
|
||||||
|
|
||||||
// 异步加载 readme.md 文件内容
|
// 异步加载 index.md 文件内容
|
||||||
fetch('https://raw.githubusercontent.com/woodchen-ink/Random-Api/master/index.md')
|
fetch('https://raw.githubusercontent.com/woodchen-ink/Random-Api/master/index.md')
|
||||||
.then(response => response.text())
|
.then(response => response.text())
|
||||||
.then(markdownText => {
|
.then(markdownText => {
|
||||||
// 渲染 Markdown 内容
|
// 渲染 Markdown 内容
|
||||||
document.getElementById('markdown-content').innerHTML = md.render(markdownText);
|
document.getElementById('markdown-content').innerHTML = md.render(markdownText);
|
||||||
})
|
})
|
||||||
.catch(error => console.error('Error loading readme.md:', error));
|
.catch(error => console.error('Error loading index.md:', error));
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user