WP Manifestindependent plugin directory
manifest / editor / teeehn-syntax-highlighter

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.zip

Syntax highlighter for WordPress

This is a very simple implementation of highlight.js

Currently provides syntax highlighting using the obsidian theme.

Usage

  1. Click "Clone or Download" button above. Select option to "Download zip".
  2. 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.
  3. Activate plugin.
  4. Wrap the code you would like to highlight in <pre><code></code></pre>
  5. Enjoy!