From 5f3b53ad309386189f65029dbd72e56c5aee1ff5 Mon Sep 17 00:00:00 2001 From: Michael Shilman Date: Tue, 21 Jan 2020 18:56:07 +0800 Subject: [PATCH] MDX support is official --- addons/docs/docs/mdx.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/docs/docs/mdx.md b/addons/docs/docs/mdx.md index fb6e1ee1909a..0d65a34044c3 100644 --- a/addons/docs/docs/mdx.md +++ b/addons/docs/docs/mdx.md @@ -4,8 +4,6 @@ # Storybook Docs MDX -> ⚠️ MDX support is an experimental feature in Storybook 5.2. The API may change in 5.3 outside of the normal semver rules. Be forewarned! - `MDX` is the syntax [Storybook Docs](../README.md) uses to capture long-form markdown documentation and stories in one file. You can also write pure documentation pages in `MDX` and add them to Storybook alongside your stories. - [Storybook Docs MDX](#storybook-docs-mdx)