Skip to content

Commit

Permalink
Update packages/astro-remote/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Feb 26, 2024
1 parent 98ef0e0 commit c447c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-remote/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down

0 comments on commit c447c63

Please sign in to comment.