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%
Enables GitHub Flavored Markdown support for MDX loader configurations without disturbing existing remark/rehype plugin chains.
@generates
/**
* Accepts MDX loader options and returns an options object with GitHub Flavored Markdown enabled.
* Must not mutate the provided input.
*/
export function applyGfmSupport(options);
/**
* Preset export for build systems that auto-discover hooks.
* Exposes the applyGfmSupport behavior to the host environment.
*/
export const preset;Provides GitHub Flavored Markdown support for Storybook MDX loaders and presets.