westonruter / syntax-highlighting-code-block

Extending the WordPress Code block with syntax highlighting rendered on the server, thus having faster frontend performance and being AMP-compatible.
https://wordpress.org/plugins/syntax-highlighting-code-block/
GNU General Public License v2.0
118 stars 11 forks source link

Support exiting Code block with triple enter and remove legacy code for WP<6.1 #786

Closed westonruter closed 11 months ago

westonruter commented 11 months ago

Adds support for exiting on triple enter (https://github.com/WordPress/gutenberg/pull/53332) and removes WP<6.1 legacy compat code.