mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
The built-in themes now include support for enabling/disabling highlight.js. They also use a CDN to load the files. As the CDN only includes 23 languages, a second setting to support more languages is included. If a user wishes to use a different tool for highlighting, they can "disable" highlight.js and then use extra_css and/or extra_javasript to add support for their tool of choice.