This Gist is used in the Astro Embed documentation.
Last active
January 6, 2026 15:07
-
-
Save delucis/0b44f4ff0397767b2416cc981692c346 to your computer and use it in GitHub Desktop.
Astro Embed Gist Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| import { Gist } from '@astro-community/astro-embed-gist'; | |
| --- | |
| <p>Here’s an example of using the Astro Embed <code>Gist</code> component:</p> | |
| <Gist id="https://gist.github.com/delucis/0b44f4ff0397767b2416cc981692c346" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment