v3.6.0: A couple of bugfixes
- Bugfixes
- Imported React component shows
className
vsclass
error on the console for language specified code blocks - Imported React component can't render code blocks correctly (break lines are ignored)
- Thanks @guillett for reporting the issue and trying on fixing 🙏
- An object which is imported with
require('markdown-it')
can't be used formarkdownIt
option
- Imported React component shows
- Update devDependencies
These fixes for imported React components aren't sufficient strictly, the next release will bring persistent fixes with having an HTML parser.