Merge pull request #64 from Plumbiu/master

feat: auto white space
This commit is contained in:
camera-2018
2023-07-18 01:40:29 +08:00
committed by GitHub
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: {