Skip to content

Commit c447c63

Browse files
authored
Update packages/astro-remote/README.md
1 parent 98ef0e0 commit c447c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/astro-remote/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ const content = await fetch('http://my-site.com/api/v1/post').then(res => res.te
168168

169169
### Using Marked Extensions
170170

171-
If you'd like to use custom Marked Extensions it is now as easy as doing the following:
171+
If you'd like to extend the underlying [Marked](https://marked.js.org/using_pro) behavior, the `marked` prop accepts `extensions`.
172172

173173
```astro
174174
---

0 commit comments

Comments
 (0)