From c447c632e5d5cc4f4b75e78efb0d3b05f058d64d Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 26 Feb 2024 09:54:31 -0600 Subject: [PATCH] Update packages/astro-remote/README.md --- packages/astro-remote/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro-remote/README.md b/packages/astro-remote/README.md index 9121a56..7011ea1 100644 --- a/packages/astro-remote/README.md +++ b/packages/astro-remote/README.md @@ -168,7 +168,7 @@ const content = await fetch('http://my-site.com/api/v1/post').then(res => res.te ### Using Marked Extensions -If you'd like to use custom Marked Extensions it is now as easy as doing the following: +If you'd like to extend the underlying [Marked](https://marked.js.org/using_pro) behavior, the `marked` prop accepts `extensions`. ```astro ---