Ionaru / easy-markdown-editor

EasyMDE: A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking.
https://stackblitz.com/edit/easymde
MIT License
2.38k stars 314 forks source link

Highlight Deprecation warning #483

Open Offerel opened 2 years ago

Offerel commented 2 years ago

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

Additional context Highlight.js is the newest version