Changeset 2007334
- Timestamp:
- 01/06/2019 10:49:00 PM (7 years ago)
- File:
-
- 1 edited
-
wp-code-pre/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-code-pre/trunk/readme.txt
r2007021 r2007334 5 5 Tested up to: 5.0 6 6 Requires PHP: 7.0 7 Stable tag: 1.0 7 Stable tag: 1.0.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 17 17 18 18 To display source code in your posts, surround source code with pre tags. Plugin will filter for pre tags and add inline styles that may be modified using your wordpress theme's css stylesheet. 19 20 For Wordpress versions 5.0 and above, HTML pre tags can be used within html block or, classic block. 19 21 20 22 === Installation === … … 23 25 1. Upload the wp-code-pre.zip folder to your site's wp-content/plugins directory 24 26 1. Activate the plugin in the WordPress Admin Panel 25 1. Surround source code with <code><pre> </pre></code> tags, when writing in blog posts using gutenberg with classic block and "Edit as HTML" or, html block27 1. Surround source code with <code><pre> </pre></code> tags, when writing in blog posts using Gutenberg with classic block and "Edit as HTML" or, html block 26 28 27 29 == Changelog == … … 29 31 = 1.0 = 30 32 * First version of the plugin. 33 34 = 1.0.1 = 35 * Updated readme to reflect updates to version 5.0 31 36 32 37 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.