Plugin Directory

Changeset 2580008


Ignore:
Timestamp:
08/08/2021 06:32:00 PM (4 years ago)
Author:
zeshanb
Message:

tested up to 5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-post-html-to-blocks/trunk/readme.txt

    r2492404 r2580008  
    33Tags: html tags, surround, Gutenberg , html block
    44Requires at least: 5.0
    5 Tested up to: 5.7
     5Tested up to: 5.8
    66Requires PHP: 7.0
    77Stable tag: 1.1
     
    1212=== Description ===
    1313 
    14 This plugin is for content that is copy pasted into Gutenberg editor edited as html in classic block.
     14This plugin is for content that is copy pasted into Gutenberg editor edited as html in classic block editor.
    1515
    1616Purpose 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.
     
    1818This plugin also allows parsing and surrounding of line spaced content in classic editor.
    1919 
    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 
     20A 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.
    2221 
    2322=== Installation ===
Note: See TracChangeset for help on using the changeset viewer.