diff --git a/code/ui/blocks/src/blocks/Markdown.stories.tsx b/code/ui/blocks/src/blocks/Markdown.stories.tsx index f1357dc3da6..b381828bc9b 100644 --- a/code/ui/blocks/src/blocks/Markdown.stories.tsx +++ b/code/ui/blocks/src/blocks/Markdown.stories.tsx @@ -33,6 +33,12 @@ export const MarkdownString = { }, }; +/** + * The Markdown component won't know the difference between getting a raw string + * and something imported from a .md file. + * So this story doesn't actually test the component, but rather the import + * at the top of the CSF file + */ export const ImportedMDFile = { name: 'Imported .md file', args: { children: mdContent },