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
- Host: GitHub
- URL: https://github.com/subztep/code-syntax-highlight
- Owner: SubZtep
- License: mit
- Created: 2018-10-01T06:19:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-01T06:47:48.000Z (almost 8 years ago)
- Last Synced: 2025-08-18T11:44:31.156Z (11 months ago)
- Topics: prism, prismjs, wordpress, worpress-plugin
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.