From 8296a60ef8cae597dc4c8614abecc25f853336a5 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:47:37 -0800 Subject: [PATCH 1/3] Update components/frames.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- components/frames.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/frames.mdx b/components/frames.mdx index 03d3d08cb..7f3c9aaef 100644 --- a/components/frames.mdx +++ b/components/frames.mdx @@ -18,6 +18,18 @@ Add additional context to an image using the optional `caption` prop. Captions a Photograph of Yosemite Valley. +### Markdown in captions + +Captions support markdown formatting, including links and bold text. + + + Photograph of Yosemite Valley. + + + + Photograph of a lake surrounded by trees with mountains in the distance in Yellowstone National Park. + + ## Hints Add text that precedes the frame using the optional `hint` prop. Hints appear above the frame. From a40005624559cba57b9ca50cc71ae983759ac644 Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:47:39 -0800 Subject: [PATCH 2/3] Update components/frames.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- components/frames.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/frames.mdx b/components/frames.mdx index 7f3c9aaef..fb7c72fc9 100644 --- a/components/frames.mdx +++ b/components/frames.mdx @@ -41,7 +41,7 @@ Add text that precedes the frame using the optional `hint` prop. Hints appear ab ## Properties - Text that appears as part of the frame, centered below the content. + Text that appears as part of the frame, centered below the content. Supports markdown formatting including links and bold text. From 01c92e1967f681421c640b2df04d79af35399afc Mon Sep 17 00:00:00 2001 From: Hahnbee Lee <55263191+hahnbeelee@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:47:41 -0800 Subject: [PATCH 3/3] Update components/frames.mdx Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> --- components/frames.mdx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/components/frames.mdx b/components/frames.mdx index fb7c72fc9..5934c8b09 100644 --- a/components/frames.mdx +++ b/components/frames.mdx @@ -62,6 +62,18 @@ Add text that precedes the frame using the optional `hint` prop. Hints appear ab ``` +```mdx Frame with markdown in caption + + Descriptive alt text + +``` + +```mdx Frame with bold text and links in caption + + Descriptive alt text + +``` + ```mdx Frame with a hint Descriptive alt text