Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion fern/products/docs/pages/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
---

Hello world!

<!-- Disable image zoom -->
<img src="./path/to/image.png" alt="Image description" noZoom />
```

<Note title="Supported Syntax">
Fern supports [GitHub flavored Markdown (GFM)](https://github.github.com/gfm/) within MDX files, no plugin required.
Fern supports [GitHub flavored Markdown (GFM)](https://github.github.com/gfm/) within MDX files, no plugin required. To disable image zooming, add the `noZoom` attribute to your image tags.
</Note>

In order for the Markdown page to show up, you'll need to reference them from your `docs.yml` file. You
Expand Down