=== Annytab Code Prettify ===

Contributors: annytab
Tags: pre, code, prettify, beautify, highlighting
Requires at least: 5.4
Tested up to: 5.6
Stable tag: 1.0.2
License: GPLv2 or later

A lightweight plugin that automatically prettifies code in [pre] tags, with linenumbers and without line-breaks.

== Description ==

This plugin uses [Google Code Prettify](https://github.com/googlearchive/code-prettify) with customized styling. This plugin uses the default skin, custom styling has been applied to show line numbers and to prevent line-breaks. The wp-code-block is styled by the theme (borders, background color and more), the contents of the pre-block is styled by css in the plugin.

== Installation ==

Upload the plugin and activate it. You do not need to set any configuration options.

== Screenshots ==

1. Shows a prettified block of code, highlightings is applied to a `<pre>` block and `<code>` segments.

== Changelog ==

= 1.0.2 (2020-07-29) =

* Changed namespace.
* Updated empty line styling.

= 1.0.1 (2020-07-26) =

* Changed li-styling to override theme styling.

= 1.0.0 (2020-07-21) =

* Initial release.