tessl install tessl/npm-storybook--addon-mdx-gfm@8.6.0GitHub Flavored Markdown support addon for Storybook documentation.
Agent Success
Agent success rate when using this tile
69%
Improvement
Agent success rate improvement when using this tile compared to baseline
0.97x
Baseline
Agent success rate without this tile
71%
Configure Storybook docs MDX pages so GitHub Flavored Markdown features render correctly while keeping existing compile options intact.
@generates
/**
* Applies GitHub Flavored Markdown support to a docs MDX configuration.
* Must preserve existing compile options while ensuring GFM features are enabled.
*/
export function applyGfmPreset(mdxOptions, logger);
/**
* Preset object consumed by Storybook to apply the same GFM configuration.
*/
export const docsPreset: {
configureMdx(options);
};Provides Storybook docs integration that enables GitHub Flavored Markdown in MDX files.