From ac480ab4e16f84e158b4597713a40f331da71b9d Mon Sep 17 00:00:00 2001 From: Kapil Gowru Date: Wed, 30 Jul 2025 15:12:56 -0600 Subject: [PATCH] Update markdown.mdx based on issue #242 --- .../pages/component-library/writing-content/markdown.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fern/products/docs/pages/component-library/writing-content/markdown.mdx b/fern/products/docs/pages/component-library/writing-content/markdown.mdx index c6214c871..49aa71bff 100644 --- a/fern/products/docs/pages/component-library/writing-content/markdown.mdx +++ b/fern/products/docs/pages/component-library/writing-content/markdown.mdx @@ -77,7 +77,7 @@ You can use locally stored images or URLs to include images in your Markdown pag ```html - + ``` @@ -90,6 +90,7 @@ Common image attributes: | `alt` | Alternative text for accessibility | | `title` | Tooltip text shown on hover | | `width` and `height` | Dimensions of the image in pixels | +| `noZoom` | Disables image zoom functionality | For more details about the HTML image element and its attributes, see the [MDN documentation on the img element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img). @@ -109,7 +110,6 @@ For example, to embed a video, use the following Markdown: ### Local videos - You can embed videos in your documentation using the HTML `