mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
describe imported md story
This commit is contained in:
parent
7630a8c813
commit
230b641805
@ -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 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user