diff --git a/docs/en/notes/theme/guide/markdown/extensions.md b/docs/en/notes/theme/guide/markdown/extensions.md index abe076d8..83fb537e 100644 --- a/docs/en/notes/theme/guide/markdown/extensions.md +++ b/docs/en/notes/theme/guide/markdown/extensions.md @@ -236,7 +236,8 @@ The theme also supports rendering [GitHub-style alerts](https://docs.github.com/ **Input:** -````When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are +```` +When $a \ne 0$, there are two solutions to $(ax^2 + bx + c = 0)$ and they are $$ x = {-b \pm \sqrt{b^2-4ac} \over 2a} $$ **Maxwell's equations:** diff --git a/docs/en/notes/theme/guide/quick-start/usage.md b/docs/en/notes/theme/guide/quick-start/usage.md index 1c0146dc..f4770740 100644 --- a/docs/en/notes/theme/guide/quick-start/usage.md +++ b/docs/en/notes/theme/guide/quick-start/usage.md @@ -53,7 +53,7 @@ npm create vuepress-theme-plume@latest After starting the wizard, you only need to answer a few simple questions: - + ::: details How to use the command line tool?