From c332d2739f08fd0d70a593a445b0ad5cf3901a7c Mon Sep 17 00:00:00 2001 From: Amir Hossein Maher Date: Tue, 17 Oct 2023 08:18:16 +0330 Subject: [PATCH] docs: Correcting links to documentation (#3046) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 87961a0c79..50140a9957 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ Our [documentation pages](https://marked.js.org) are also rendered using marked Also read about: -* [Options](https://marked.js.org/#/USING_ADVANCED.md) -* [Extensibility](https://marked.js.org/#/USING_PRO.md) +* [Options](https://marked.js.org/using_advanced) +* [Extensibility](https://marked.js.org/using_pro) ## Compatibility @@ -51,7 +51,7 @@ npm install marked ## Usage -### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/#/USING_ADVANCED.md#options) the output HTML. Please use a sanitize library, like [DOMPurify](https://github.com/cure53/DOMPurify) (recommended), [sanitize-html](https://github.com/apostrophecms/sanitize-html) or [insane](https://github.com/bevacqua/insane) on the *output* HTML! 🚨 +### Warning: 🚨 Marked does not [sanitize](https://marked.js.org/using_advanced#options) the output HTML. Please use a sanitize library, like [DOMPurify](https://github.com/cure53/DOMPurify) (recommended), [sanitize-html](https://github.com/apostrophecms/sanitize-html) or [insane](https://github.com/bevacqua/insane) on the *output* HTML! 🚨 ``` DOMPurify.sanitize(marked.parse(``));