Code Syntax Block plugin extends the Gutenberg Block Editor by adding syntax highlighting to the core code block.
| Author: | Marcus Kazmierczak (profile at wordpress.org) |
| WordPress version required: | 5.6 |
| WordPress version tested: | 6.5.3 |
| Plugin version: | 3.2.1 |
| Added to WordPress repository: | 27-06-2019 |
| Last updated: | 08-05-2024 |
| Rating, %: | 98 |
| Rated by: | 48 |
| Plugin URI: | https://github.com/mkaz/code-syntax-block |
| Total downloads: | 177 115 |
| Active installs: | 8 000+ |
![]() Click to start download |
|
Code Syntax Block extends the WordPress block editor by adding syntax highlighting support to the core code block using the Prism syntax highlighter.
The Prism syntax highlighter runs JavaScript loaded on the front-end to parse code blocks and apply syntax markup. A CSS file specifies the color and style to apply to that markup. See Prism syntax highlighter for full details.
Primary development and issues tracked on Github at: https://github.com/mkaz/code-syntax-block
