From 91ba3410a30376dd0226380959ef76d27f42432b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Tue, 3 Sep 2019 05:53:40 +0800 Subject: [PATCH] fix list style (#2842) --- website/manual.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/website/manual.md b/website/manual.md index e7adab0f00f220..cf146310814ef9 100644 --- a/website/manual.md +++ b/website/manual.md @@ -62,16 +62,21 @@ Deno provides a set of reviewed - Be able to serve HTTP efficiently. ([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec)) + + + - 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) + + ### Non-goals