docs: fix markdown formatting and update snippet path in usage guide

This commit is contained in:
pengzhanbo 2025-03-29 08:30:15 +08:00
parent 6a8195684a
commit 497fe23001
2 changed files with 3 additions and 2 deletions

View File

@ -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:**

View File

@ -53,7 +53,7 @@ npm create vuepress-theme-plume@latest
After starting the wizard, you only need to answer a few simple questions:
<!-- @include: ../snippet/create.snippet.md ---->
<!-- @include: ../../snippet/create.snippet.md ---->
::: details How to use the command line tool?