Skip to content

Commit dfc9fcc

Browse files
committed
Update quickstart.mdx based on issue #242
1 parent c711e55 commit dfc9fcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

fern/products/docs/pages/getting-started/quickstart.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,13 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
105105
---
106106
107107
Hello world!
108+
109+
<!-- Disable image zoom -->
110+
<img src="./path/to/image.png" alt="Image description" noZoom />
108111
```
109112

110113
<Note title="Supported Syntax">
111-
Fern supports [GitHub flavored Markdown (GFM)](https://github.github.com/gfm/) within MDX files, no plugin required.
114+
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.
112115
</Note>
113116

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

0 commit comments

Comments
 (0)