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.
 
 
 
 

527 B

language highlight

The code language highlight tool is Prism. Only supports CSS, JavaScipt and HTML by default. You can load its component to highlight the language you need.

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

?> See fully supported highlight component files list.