An open API service indexing awesome lists of open source software.

https://github.com/subztep/code-syntax-highlight

Prism WordPress embedder
https://github.com/subztep/code-syntax-highlight

prism prismjs wordpress worpress-plugin

Last synced: 14 days ago
JSON representation

Prism WordPress embedder

Awesome Lists containing this project

README

          

# Code Syntax Highlight

This is a very simple WordPress plugin for embed [Prism Syntax Highligher](https://prismjs.com) for blog posts and pages.

## Usage

Just turn on the plugin and its embed Prism automatically from [cdnjs](https://cdnjs.com). Embed code as you see its documentation.

```

function test() {

console.log('test');
}

```

## Future

Perhaps.