From 497fe23001a7d0dc5c68e63ec0f2c8869a769440 Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 29 Mar 2025 08:30:15 +0800 Subject: [PATCH] docs: fix markdown formatting and update snippet path in usage guide --- docs/en/notes/theme/guide/markdown/extensions.md | 3 ++- docs/en/notes/theme/guide/quick-start/usage.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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?