describe imported md story

This commit is contained in:
Jeppe Reinhold 2023-01-25 21:04:52 +01:00
parent 7630a8c813
commit 230b641805

View File

@ -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 },