Skip to content

Commit e850526

Browse files
justjavacry
authored andcommitted
fix list style
1 parent d43b43c commit e850526

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

website/manual.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,21 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
6262
- Be able to serve HTTP efficiently.
6363
([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec))
6464

65+
<!-- prettier-ignore-start -->
66+
<!-- see https://github.com/prettier/prettier/issues/3679 -->
67+
6568
- Provide useful tooling out of the box:
66-
- dependency inspector (`deno info`)
67-
- code formatter (`deno fmt`),
68-
- bundling (`deno bundle`)
69-
- runtime type info (`deno types`)
70-
- test runner (`deno test`)
71-
[not yet](https://github.com/denoland/deno_std/issues/193)
72-
- command-line debugger (`--debug`)
73-
[not yet](https://github.com/denoland/deno/issues/1120)
74-
- linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
69+
- dependency inspector (`deno info`)
70+
- code formatter (`deno fmt`),
71+
- bundling (`deno bundle`)
72+
- runtime type info (`deno types`)
73+
- test runner (`deno test`)
74+
[not yet](https://github.com/denoland/deno_std/issues/193)
75+
- command-line debugger (`--debug`)
76+
[not yet](https://github.com/denoland/deno/issues/1120)
77+
- linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
78+
79+
<!-- prettier-ignore-end -->
7580

7681
### Non-goals
7782

0 commit comments

Comments
 (0)