mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
docs: fix markdown formatting and update snippet path in usage guide
This commit is contained in:
parent
6a8195684a
commit
497fe23001
@ -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:**
|
||||
|
||||
@ -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?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user