=== AH Prism Syntax Highlighter === Contributors: AHecht Plugin URI: https://wordpress.org/plugins/ah-prism-syntax-highlighter/ Tags: prism, code, highlighting, syntax highlighter, prism code highlighting, prism js Requires at least: 4.6 Tested up to: 4.7.1 Stable tag: 1.0.4 Donate link: https://andreas-hecht.com/prism-syntax-highlighter/ License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Easy to use and super lightweight code highlighting. Supports html, css, php and javascript. No settings required. == Description == Easy to use and super lightweight code highlighting. A small tutorial is available by clicking the "Help" button when you write a new post. No settings required. Supports html, css, php and javascript. The plugin is using the [Prism.js](http://prismjs.com/ "Prism.js") by Lea Verou ###Demo You can find a demo of the plugin on the plugin homepage: [Plugin Homepage](https://andreas-hecht.com/prism-syntax-highlighter/ "AH Prism Syntax Highlighter") ###How to use the Prism Code Highlighting - EN ####Possibility Nr. 1: You got the code from a Gist at Github. Then you can insert the code directly into the visual editor, WordPress automatically encloses the code with the `
` element. Then go to the text view and add `` behind the ``. Once this is done, you can switch back to the editor's visual view. **Example: `` element. XXX stands for the code to be highlighted. Supported are markup (html), css, php and javascript. Do not forget that before the closing `` is a closing ``** ####Possibility Nr. 2: Your code comes from your HTML editor (like Brackets, Atom, Dreamweaver and so on). Then first click on »Preformatted« in the visual view and paste the code. Then change to the text view and add the code element with the language class. **Example: `Your Code`** ####DE: Möglichkeit Nummer 1: Du hast den Code von einem Gist bei Github bekommen. Dann kannst Du den Code direkt in den Visuellen Editor einfügen, WordPress umschließt den Code automatisch mit dem `Your Code` Element. Gehe im Anschluss daran in die Textansicht und füge dort hinter dem `` Element ein `` ebenfalls ein schließendes `` gehört. Ist dies erledigt, kannst Du bereits wieder in die visuelle Ansicht des Editors wechseln. **Beispiel: `` hinzu. XXX steht für den Code, den es zu highlighten gilt. Unterstützt werden markup (html), css, php und javascript. Vergiss nicht, dass vor dem schließenden ``** ####DE: Möglichkeit Nummer 2: Dein Code stammt aus Deinem HTML-Editor (wie z.B. Brackets, Atom, Dreamweaver). Dann klicke in der visuellen Ansicht zuerst auf »Vorvormatiert« und füge den Code dann ein. Wechsle im Anschluss daran dann in die Textansicht und ergänze dort wie bei Möglichkeit eins das Code-Element mit der Language-Klasse. **Beispiel: `Dein Code`** == Installation == 1. Upload the plugin files to the `/wp-content/plugins/prism-highlighting` directory, or install the plugin through the WordPress plugins screen directly. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Ready to use! == Frequently Asked Questions == None at this time. == Screenshots == 1. Open Help-Button screenshot-1.(jpg). 2. Choose Prism Highlighter. screenshot-2.(jpg). 3. The Result screenshot-3.(png). == Changelog == = 1.0.4 = * First release. Stable version. == Upgrade Notice == = 1.0.4 = First release. Stable version.Dein Code