feat: auto white space

This commit is contained in:
Plumbiu
2023-07-17 22:46:16 +08:00
parent e811843261
commit 316689ec5d
4 changed files with 120 additions and 3 deletions

View File

@@ -2,6 +2,8 @@
import { withMermaid } from "vitepress-plugin-mermaid";
import mathjax3 from 'markdown-it-mathjax3';
import { main_sidebar, chapter2, chapter3, chapter4, chapter5, chapter6, chapter7, chapter8 } from './sidebar.js';
import PanguPlugin from 'markdown-it-pangu'
const customElements = [
'mjx-container',
'mjx-assistive-mml',
@@ -146,6 +148,7 @@ export default withMermaid({
markdown: {
config: (md) => {
md.use(mathjax3);
md.use(PanguPlugin);
},
},
vue: {