Skip to content

Commit

Permalink
Add NPM badge
Browse files Browse the repository at this point in the history
  • Loading branch information
natemoo-re authored Feb 26, 2024
1 parent 5415dc9 commit ac335a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/astro-remote/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Astro Remote

[![NPM Version](https://img.shields.io/npm/v/astro-remote)](https://npm.im/astro-remote)


Render remote HTML or Markdown content in Astro with full control over the output.

Powered by [`ultrahtml`](https://github.com/natemoo-re/ultrahtml) and [`marked`](https://github.com/markedjs/marked).
Expand Down Expand Up @@ -179,4 +182,4 @@ const content = await fetch('http://my-site.com/api/v1/post').then(res => res.te
---
<Markdown content={content} marked={{ extensions: [ markedAlert() ] }} />
```
```

0 comments on commit ac335a8

Please sign in to comment.