-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧐[问题 | question]请问如何正确导入md文件?即md文件作为页面展示。 #10245
Comments
求助求助,太难了 |
这是pro该干的事嘛, 这不是dumi的事嘛 |
就是导入md文件的时候会提示找不到模块,可否提供方案参考? // const Test = '123'; function App() { <ReactMarkdown children={ ${Test} } />); } export default App; |
改使用dumi吧,有个专门的模式用于和系统搭配 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问如何正确导入md文件?即md文件作为页面展示。
The text was updated successfully, but these errors were encountered: