Changeset 2580008
- Timestamp:
- 08/08/2021 06:32:00 PM (4 years ago)
- File:
-
- 1 edited
-
wp-post-html-to-blocks/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-post-html-to-blocks/trunk/readme.txt
r2492404 r2580008 3 3 Tags: html tags, surround, Gutenberg , html block 4 4 Requires at least: 5.0 5 Tested up to: 5. 75 Tested up to: 5.8 6 6 Requires PHP: 7.0 7 7 Stable tag: 1.1 … … 12 12 === Description === 13 13 14 This plugin is for content that is copy pasted into Gutenberg editor edited as html in classic block .14 This plugin is for content that is copy pasted into Gutenberg editor edited as html in classic block editor. 15 15 16 16 Purpose of this plugin is to allow a Wordpress publisher administrator to manually surround html tags such as p, div, br for interpretation by Gutenberg editor as html blocks. … … 18 18 This plugin also allows parsing and surrounding of line spaced content in classic editor. 19 19 20 A Wordpress admin can use this plugin as an manual way to parse for line spaces (\n), <code><p> </p></code>, <code><div> </div></code>, and <code> <br> </code>. 21 20 A Wordpress admin can use this plugin as a manual way to parse for line spaces (\n), <code><p> </p></code>, <code><div> </div></code>, and <code> <br> </code>. Turning them into html blocks. 22 21 23 22 === Installation ===
Note: See TracChangeset
for help on using the changeset viewer.