ngx-highlightjs
Advanced tools
Changelog
5.0.0
HighlightJS
service.initHighlighting()
, highlightBlock()
, fixMarkup()
from HighlightJS
service.(highlighted)
output has been updated to highlight.js v11, the result object has a new interface HighlightAutoResult
.HighlightJS.configure(config)
has been updated the config interface to highlight.js v11.Changelog
4.1.4
The library is still compatible with the new version of highlight.js v11 but the highlighting function will be deprecated in their next release
Changelog
4.1.3
highlightElement(code: string, languages: string[])
: the languages param is not optional anymore.