=== Remove Blank P Tag ===

Contributors: vishitshah
Tags: wpautop, editor, excerpt, Formatting, postcontent
Requires at least: 3.1
Tested up to: 6.8
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin remove extra p and br tags from the_content and the_excerpt.

== Description ==
This is very simple plugin to remove extra p and br tags in post and page editer 

This plugin remove extra p and br tags from the_content, the_excerpt and widget_text_content.

== Installation ==
To install "empty p tag" using the built-in plugin installer:

    1. Go to Plugins > Add New.
    2. Type in "remove blank p tag" in Search Plugins.
    3. find the "remove blank p tag Plugin" in the list.
    4. Click Install Now to install the WordPress Plugin.


== Frequently Asked Questions ==

= How do Plugin turn off automatic p, br for a post? =

After plugin activation, WordPress will no longer attempt to add `<p>` and `<br>` tags to your posts.
you will be responsible for adding '<p>' tag and '<br>' tag these yourself.
This plugin is remove emply and extra '<p>' tag and '<br>' tag


== Changelog ==

= 1.2 =
* Compatibility Update 6.8

= 1.1 =
* Compatibility Update 6.5

= 1.0 =
* Initial release.

