From 980bf052c7d60720e2343f45953541cfa9566482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Tue, 18 Apr 2023 21:55:53 +0200 Subject: [PATCH] doc: remove markdown link from heading This is the only instance of such a link and it is rendered incorrectly in the TOC. PR-URL: https://github.com/nodejs/node/pull/47585 Reviewed-By: Rafael Gonzaga Reviewed-By: Darshan Sen Reviewed-By: Antoine du Hamel Reviewed-By: Luigi Pinca Reviewed-By: Rich Trott --- doc/api/permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index a4be1a7c399b4e..7fb3becadb7f1d 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -382,7 +382,7 @@ The following example, would allow access to `fs` for all `data:` resources: } ``` -##### Example: [import maps][] emulation +##### Example: import maps emulation Given an import map: @@ -419,7 +419,7 @@ Given an import map: } ``` -Import maps assume you can get any resource by default. This means +[Import maps][] assume you can get any resource by default. This means `"dependencies"` at the top level of the policy should be set to `true`. Policies require this to be opt-in since it enables all resources of the application cross linkage which doesn't make sense for many scenarios. They also