Skip to content

2.2.5

Latest
Compare
Choose a tag to compare
@tyllyn tyllyn released this 09 Dec 17:06
· 1 commit to master since this release
  • 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