Skip to content

Commit

Permalink
fix list style (denoland#2842)
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac authored and ry committed Sep 2, 2019
1 parent d43b43c commit 91ba341
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions website/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,21 @@ Deno provides <a href="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/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

Expand Down

0 comments on commit 91ba341

Please sign in to comment.