Contributors: kasparsd
Tags: code, pre, highlighting, highlight, highlighter, syntax, syntax highlighting, prettify
Requires at least: 3.0
Tested up to: 6.1
Stable tag: 1.5.1
100% automatic code highlighting using the Prettify library. No shortcodes, no classnames, fully automatic and pure awesome.
Uses a customized version of the Code Prettify library to support local styles and scripts. Plugin applies code highlighting automatically to all <pre>
tags on the page.
Compatible with Gutenberg and doesn't lock you in with specific markup requirements.
Plugin development on GitHub.
Created and maintained by Kaspars Dambis. All of my open source work is available on GitHub.
Use Contact Form 7? Storage for Contact Form 7 is my commercial plugin (GPL license) for storing all form submissions in your WordPress database.
Cover photo by Yuri Samoilov
Simply upload the plugin and active it. It works out of the box and doesn't have any configuration options.
None, yet.
- Syntax highlighting applied to a
<pre>
block and inline<code>
segments.
- Fix the deprecation notice for how the data is passed to the script.
- Mark as tested with WordPress 5.8.
- Preload the
prettify.css
file for performance improvements. - Add WordPress coding standards checks.
- Add support for Composer install.
- Switch to legacy PHP array syntax for better compatibility.
- Add a trailing semicolon to all JS files to support concatenation.
- Update the Prettify library.
- Don't highlight standalone
<code>
blocks without the<pre>
wrapper. - Mark as tested with WordPress 5.0.
- Update the Prettify library.
- Ensure that Prettify styles are applied to the contents of
<pre>
and<code>
elements.
- Update the Prettify library.
- Highlight
<code>
blocks too.
- Initial release.
Initial release.