=== Code Syntax Highlighting Block ===
Contributors:      hbgl
Tags:              code, syntax-highlighting
Tested up to:      6.8
Stable tag:        1.1.2
License:           MIT
License URI:       https://opensource.org/license/MIT

A Gutenberg block for syntax-higlighted code.

== Description ==

A Wordpress plugin that provides a Gutenberg block for displaying computer source code with syntax-highlighting. Uses [highlight.js](https://highlightjs.org/) under the hood.

- ✅ Supports 192 languages
- ✅ 256 included themes
- ✅ Server rendered static HTML
- ✅ Zero JS runtime dependencies
- ✅ Dynamic light/dark mode based on [preferred color scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme)

== Frequently Asked Questions ==

= Why no line numbers? =

[Because highlight.js does not have them.](https://highlightjs.readthedocs.io/en/latest/line-numbers.html)

== Screenshots ==

1. A demo of syntax-highlighted PHP code.
2. A demo of editing the block in the Gutenberg editor.

== Changelog ==

= 1.1.2 =
* Updated Codemirror code editor in Gutenberg to latest version
* Updated internal dependencies

= 1.1.1 =
* Added option for setting global default line height

= 1.1.0 =
* Added better code editor

= 1.0.0 =
* Release