Home
Softono
syntaxhighlighter

syntaxhighlighter

Open source CSS
250
Stars
81
Forks
86
Issues
17
Watchers
1 week
Last Commit

About syntaxhighlighter

# SyntaxHighlighter Evolved [![WordPress Plugin Version](https://img.shields.io/wordpress/plugin/v/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/) [![WordPress Tested](https://img.shields.io/wordpress/v/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/) [![WordPress Plugin Downloads](https://img.shields.io/wordpress/plugin/dt/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/plugins/syntaxhighlighter/advanced/) [![WordPress Plugin Rating](https://img.shields.io/wordpress/plugin/r/syntaxhighlighter.svg?style=flat-square)](https://wordpress.org/support/plugin/syntaxhighlighter/reviews/) Easily post syntax-highlighted code to your WordPress site without having to modify the code at all. As seen on WordPress.com. Supports the new Gutenberg editor! ## Block Development Workflow Source code is located in the `src` folder. Run `npm install` to install all of the required modules. When making changes to the block ...

Platforms

Web Self-hosted

Languages

CSS

SyntaxHighlighter Evolved

WordPress Plugin Version WordPress Tested WordPress Plugin Downloads WordPress Plugin Rating

Easily post syntax-highlighted code to your WordPress site without having to modify the code at all. As seen on WordPress.com.

Supports the new Gutenberg editor!

Block Development Workflow

Source code is located in the src folder. Run npm install to install all of the required modules.

When making changes to the block:

  • Run npm start to build a development version with file watching.
  • Run npm run build to build a minified production file.