You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

560 B

language highlight

docsify uses Prism to highlight code blocks in your pages. By default it only supports CSS, JavaScript and HTML. You can make Prism load additional languages:

<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-php.min.js"></script>

?> Check the component files list for more options.