- Config available to modify default code highlights in Docsify docs
Default language highlight is PHP and Bash. Referencing https://github.com/docsifyjs/docsify/blob/develop/docs/language-highlight.md for highlighting available, this can be overridden on a project level through their configurations as the following example shows.
[docsify]
highlights[]=bash
highlights[]=php
highlights[]=ini