fix(doc): github notes

This commit is contained in:
Simon Lecoq
2023-11-02 21:58:11 -04:00
parent 0f25933658
commit 8cab32688d

View File

@@ -71,7 +71,9 @@ for convenience.
}
```
> [!NOTE] It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
<!-- deno-fmt-ignore -->
> [!NOTE]
> It is even possible to alias `deno task make <+task>` to `deno task <+task>` !
>
> ```jsonc
> // deno.jsonc
@@ -89,7 +91,9 @@ for convenience.
deno task make <+task>
```
> [!NOTE] If _deno_make_ was aliased back to `deno task`, just use the following instead:
<!-- deno-fmt-ignore -->
> [!NOTE]
> If _deno_make_ was aliased back to `deno task`, just use the following instead:
>
> ```bash
> deno task start