summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author迷渡 <justjavac@gmail.com>2019-09-03 05:53:40 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-09-02 17:53:40 -0400
commit91ba3410a30376dd0226380959ef76d27f42432b (patch)
tree8c089046a32117f18e26f4a4ccdaa71d250642d8
parentd43b43ca781b025b9a6a54827ea3ef193972ef24 (diff)
fix list style (#2842)
-rw-r--r--website/manual.md23
1 files changed, 14 insertions, 9 deletions
diff --git a/website/manual.md b/website/manual.md
index e7adab0f0..cf1463108 100644
--- a/website/manual.md
+++ b/website/manual.md
@@ -62,16 +62,21 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
- Be able to serve HTTP efficiently.
([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec))
+<!-- prettier-ignore-start -->
+<!-- see https://github.com/prettier/prettier/issues/3679 -->
+
- Provide useful tooling out of the box:
- - dependency inspector (`deno info`)
- - code formatter (`deno fmt`),
- - bundling (`deno bundle`)
- - runtime type info (`deno types`)
- - test runner (`deno test`)
- [not yet](https://github.com/denoland/deno_std/issues/193)
- - command-line debugger (`--debug`)
- [not yet](https://github.com/denoland/deno/issues/1120)
- - linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
+ - dependency inspector (`deno info`)
+ - code formatter (`deno fmt`),
+ - bundling (`deno bundle`)
+ - runtime type info (`deno types`)
+ - test runner (`deno test`)
+ [not yet](https://github.com/denoland/deno_std/issues/193)
+ - command-line debugger (`--debug`)
+ [not yet](https://github.com/denoland/deno/issues/1120)
+ - linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
+
+<!-- prettier-ignore-end -->
### Non-goals