diff options
Diffstat (limited to 'docs/linking_to_external_code/import_maps.md')
-rw-r--r-- | docs/linking_to_external_code/import_maps.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/linking_to_external_code/import_maps.md b/docs/linking_to_external_code/import_maps.md index 6954019c2..4ddbdbc10 100644 --- a/docs/linking_to_external_code/import_maps.md +++ b/docs/linking_to_external_code/import_maps.md @@ -9,10 +9,10 @@ You can use import maps with the `--importmap=<FILE>` CLI flag. Current limitations: -- single import map -- no fallback URLs -- Deno does not support `std:` namespace -- supports only `file:`, `http:` and `https:` schemes +- single import map. +- no fallback URLs. +- Deno does not support `std:` namespace. +- supports only `file:`, `http:` and `https:` schemes. Example: |