Skip to content

Commit

Permalink
add entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support committed Jan 16, 2025
1 parent 2731aac commit cb52d0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fern/pages/changelogs/docs/2025-01-16.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Support for embedding local assets

We've added support for embedding local assets in your docs. This is useful for displaying PDFs, images, videos, and other assets into your docs.

To embed an asset, you can use the `embed` tag.

```mdx
<embed src="./path/to/asset.pdf" type="application/pdf" />
```

0 comments on commit cb52d0e

Please sign in to comment.