easy-markdown-editor icon indicating copy to clipboard operation
easy-markdown-editor copied to clipboard

Highlight Deprecation warning

Open Offerel opened this issue 3 years ago • 0 comments

Describe the bug If I enable code highlight, i get a deprecation warning from highlight.js:

Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
Deprecated as of 10.7.0. Please use highlight(code, options) instead.

To Reproduce Steps to reproduce the behaviour:

  1. Enable Code highlight
  2. Use a up to date highlight..js
  3. Write a code block
  4. Open Dev Tools in Browser
  5. Preview the markdown
  6. Watch the console

Expected behavior No warning

Screenshots image

Version information

  • OS: Manjaro Linux
  • Browser: Firefox 102.x
  • EasyMDE version: 2.16.1

Additional context Highlight.js is the newest version

Offerel avatar Jul 11 '22 09:07 Offerel