crayon-syntax-highlighter/README.md

25 lines
772 B
Markdown
Raw Permalink Normal View History

2019-08-30 19:33:17 +02:00
=== Crayon Syntax Highlighter ===
Syntax Highlighter supporting multiple languages, themes, fonts, highlighting from a URL, or post text.
2020-01-19 14:19:56 +01:00
This is a fork with applied PRs and bumped semantic versioning.
2019-08-30 19:33:17 +02:00
== Description ==
A Syntax Highlighter built in PHP and jQuery that supports customizable languages and themes.
It can highlight from a URL, or Wordpress post text. Crayon makes it easy to manage Language files and define
custom language elements with regular expressions.
**Contributions**
2020-01-19 14:19:56 +01:00
Open for PRs. Please see the original repository for credits.
2019-08-30 19:33:17 +02:00
== Changelog ==
= 2.8.6 =
* changed deprecated import() function so the script works with >=PHP8.0
2019-08-30 19:37:17 +02:00
= 2.8.5 =
* FIXED:
* Added a bunch of PRs and made it work with latest Wordpress