Skip to content

SubZtep/code-syntax-highlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Code Syntax Highlight

This is a very simple WordPress plugin for embed Prism Syntax Highligher for blog posts and pages.

Usage

Just turn on the plugin and its embed Prism automatically from cdnjs. Embed code as you see its documentation.

<pre><code class="language-js">function test() {
	console.log('test');
}
</code></pre>

Future

Perhaps.

Releases

No releases published

Packages

No packages published

Languages