Clear and concise description of the problem
I'm doing markdown conversion to React component. However, this plugin may only be supported .jsx? or .tsx? file. So I had to use an extra Babel plugin to handle the files generated by the markdown transformation.
Suggested solution
Add a configuration extension to the plugin's options and support any text that conforms to React component.
Alternative
No response
Additional context
No response
Validations
Clear and concise description of the problem
I'm doing markdown conversion to React component. However, this plugin may only be supported
.jsx?or.tsx?file. So I had to use an extra Babel plugin to handle the files generated by the markdown transformation.Suggested solution
Add a configuration extension to the plugin's options and support any text that conforms to React component.
Alternative
No response
Additional context
No response
Validations