Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade highlight.js call to non-deprecated form
Following the dependency upgrade, when running the tests, the highlight.js dependency printed this warning: > 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. > highlightjs/highlight.js#2277 We address the deprecation by switching the call to the new form.
- Loading branch information