diff --git a/docs/quickstart.md b/docs/quickstart.md index c1b18c79a..39a9328b1 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -36,7 +36,7 @@ docsify serve docs ## Manual initialization -If you don't like `npm` or have trouble installing the tool, you can manually create `index.html` (the code below will load the latest version of docsify automatically. If you want a specific version to avoid any broken elements in the future, [see below](#specifying-docsify-versions)): +If you don't like `npm` or have trouble installing the tool, you can manually create `index.html`: ```html @@ -47,7 +47,7 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr - +
@@ -56,7 +56,7 @@ If you don't like `npm` or have trouble installing the tool, you can manually cr //... } - + ```