Teeehn Syntax Highlighter
WordPress plugin using highlight.js for code syntax highlighting.
by Tom Nicolosi · github.com/teeehn/teeehn-syntax-highlighter · website
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/teeehn/teeehn-syntax-highlighter/archive/refs/heads/master.zipSyntax highlighter for WordPress
This is a very simple implementation of highlight.js
Currently provides syntax highlighting using the obsidian theme.
Usage
- Click "Clone or Download" button above. Select option to "Download zip".
- Install the plugin into your WordPress plugin directory via the admin of your WordPress site or by uploading the zip file to your plugin directory and unzipping.
- Activate plugin.
- Wrap the code you would like to highlight in
<pre><code></code></pre> - Enjoy!