forked from kasparsd/code-prettify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
61 lines (31 loc) · 1.47 KB
/
readme.txt
File metadata and controls
61 lines (31 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
=== Code Prettify ===
Contributors: kasparsd
Tags: code, pre, highlighting, highlight, highlighter, syntax, syntax highlighting, prettify
Requires at least: 3.0
Tested up to: 4.3
Stable tag: trunk
100% automatic code highlighting using the Prettify library. No shortcodes, no classnames, pure awesome.
== Description ==
Uses the [Google Code Prettify library](https://github.com/google/code-prettify)
that is minified and properly enqueued. Plugin applies code highlighting
automatically to all `<pre>` and `<code>` tags on the page.
= Development =
Plugin development on GitHub: [github.com/kasparsd/code-prettify](https://github.com/kasparsd/code-prettify)
= Credits =
Created and maintained by [Kaspars Dambis](http://kaspars.net). All of my open source work is available [on GitHub](https://github.com/kasparsd).
Use Contact Form 7? [Storage for Contact Form 7](http://codecanyon.net/item/storage-for-contact-form-7-/7806229) is my commercial plugin (GPL license) for storing all form submissions in your WordPress database.
== Installation ==
Simply upload the plugin and active it. It works out of the box and doesn't have any configuration options.
== Frequently Asked Questions ==
None, yet.
== Screenshots ==
1. Syntax highlighting applied to a `<pre>` block and inline `<code>` segments.
== Changelog ==
= 1.3.3 =
- Update the Prettify library.
- Highlight `<code>` blocks too.
= 1.0 =
- Initial release.
== Upgrade Notice ==
= 1.0 =
Initial release.