ForNeVeR / ForNeVeR/fornever.me
Deprecated API usage in hljs
Open
kind:refactor
- Dominant language
- F#
- Stars
- 24
- Forks
- 4
- Avg merge
- 6d 23h
- Merged PRs (30d)
- 1
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.