X Tutup
Skip to content

fix(honkit-plugin-highlight): fix highlight.js warning#200

Merged
azu merged 1 commit intomasterfrom
fix/199
Mar 27, 2021
Merged

fix(honkit-plugin-highlight): fix highlight.js warning#200
azu merged 1 commit intomasterfrom
fix/199

Conversation

@azu
Copy link
Member

@azu azu commented Mar 27, 2021

Fix a 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.
https://github.com/highlightjs/highlight.js/issues/2277

fix #199
refs highlightjs/highlight.js#2277

@azu azu merged commit 4433488 into master Mar 27, 2021
@azu azu deleted the fix/199 branch March 27, 2021 05:19
@azu azu mentioned this pull request Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update highlight.js usage

1 participant

X Tutup