Skip to content

v3.6.0: A couple of bugfixes

Compare
Choose a tag to compare
@hmsk hmsk released this 16 Jun 11:32
· 59 commits to master since this release
v3.6.0
a359ab9
  • Bugfixes
    • Imported React component shows className vs class 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 for markdownIt option
  • Update devDependencies

These fixes for imported React components aren't sufficient strictly, the next release will bring persistent fixes with having an HTML parser.

v3.5.0...v3.6.0