=== Melonpan Block - Code === Contributors: melonpan Tags: syntax-highlighting, prism, block, block-editor, code, gutenberg Requires at least: 5.2 Tested up to: 5.2 Stable tag: 1.0.0 Requires PHP: 7.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Block to display code, with highlighted syntax, which can be copied to the clipboard. == Description == Code block with highlighted syntax, that can be copied to the clipboard. The block comes with the following settings: * Code language: JavaScript, CSS, PHP, etc. [Full list of languages](https://prismjs.com/#languages-list). * Color theme * Label: Top left label, can be customized, by default the code language. * Copy button: Top right button to copy the block content. * Padding * Border width and Border radius == Usage == The block can be found inside the blocks inserter menu under the *Melonpan Blocks* category. Once added in the post you can edit its settings on the Editor sidebar under the Block settings panel. Switch between the previewer and editor views to edit the code and see its styled output. == Installation == Installation from the WordPress admin. 1. Log in to the WordPress admin and navigate to *Plugins > Add New*. 2. Type *Melonpan Block - Code* in the Search field. 3. In the results list *Melonpan Block - Code* plugin should appear, click **Install Now** button. 4. Once it finished installing, click the *Activate* button. 5. That's it, now you can go to any post where Gutenberg is enabled and start using the block. == Changelog == = 1.0.0 = * Initial release. == Screenshots == 1. Block edit panel.