fornever.me icon indicating copy to clipboard operation
fornever.me copied to clipboard

Deprecated API usage in hljs

Open ForNeVeR opened this issue 1 year ago • 0 comments

Some logs:

info: ForneverMind.CodeHighlightModule[0]
      Deprecated as of 10.7.0. highlight(lang, code, ...args) has been deprecated.
info: ForneverMind.CodeHighlightModule[0]
      Deprecated as of 10.7.0. Please use highlight(code, options) instead.
https://github.com/highlightjs/highlight.js/issues/2277

We should migrate to the proposed API.

ForNeVeR avatar Oct 24 '22 21:10 ForNeVeR