如何禁止react-styleguidist运行md文件中的代码块?

时间:2019-03-27 10:24:57

标签: javascript reactjs react-styleguidist

在md文件中,我不希望react-styleguidist运行代码块。我只想显示此代码源。但是现在它发生了错误。

我不希望代码块(常量对话框= Modal.show(config); ...)与react-styleguidist一起运行。我只希望它运行ModalExample代码块。

基本用法

  • Modal.show(config)
map(userResponse => console.log('users: ', userResponse))
// close dialog
const dialog = Modal.show(config);
dialog.close()

未捕获的ReferenceError:模态未定义

0 个答案:

没有答案