add latex support
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-16 20:49:31 +08:00
parent ca38f48681
commit e312fdb8bc
3 changed files with 464 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ export default defineConfig({
lang: "zh-Hans-CN",
title: "徐越的编程书",
markdown: {
lineNumbers: true,
math: true,
container: {
tipLabel: "提示",
warningLabel: "警告",