WP-GeSHi-Highlight-Redux
A personal fork of WP-GeSHi-Highlight
by Terence Eden · github.com/edent/wp-geshi-highlight-redux · website
★ 1stars
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/edent/wp-geshi-highlight-redux/archive/refs/heads/main.zipReadme
WP-GeSHi-Highlight-Redux
This is a personal fork of the venerable WP-GeSHi-Highlight - a WordPress plugin which converts <pre><code class="language-*>…</code></pre> into highlighted code, using server-side rendering.
You can download the original WordPress plugin which was developed by Dr. Jan-Philip Gehrcke.
This fork contains some bugfixes, changes, and improvements by Terence Eden.
Changelog
1.6.0 (2024-08-15)
- Move to post-Markdown rendering
- More flexibility on the name of the class
- Display code name and icon
1.5.0
- RSS & Atom feeds - disable code highlighting
- Remove extra style wrappers
- Markdown support
- Remove line-numbers
- Remove escape option (escape now permanent)
- Remove TinyMCE changes
- Remove custom CSS options
- Improve default CSS
- Improve HTML detection