=== Plugin Name ===
Contributors: @pieter91
Donate link: http://paypal.me/Pieter39
Tags: excerpt, markup, enliven excerpt, beautify excerpt
Requires at least: 5.5
Tested up to: 5.5
Requires PHP: 5.0
Stable tag: 1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Adds BBEdit markup to excerpts. 

== Description ==

Beautifies the ecerpts parsing adding markup. Add images, whitespace, text in bold and italic typeface and links.

== Installation ==
 
1. Install the plugin via Plugins -> New plugin. 
2. Activate the BBEdit markup in excerpt plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==
 
= How does it work? =

    Type this:                                               .. and get this:

    [br]                                                     break       <br>
    **enroll now!**                                          italic      <strong>enroll now!</strong>
    *mark this*                                              bold        <em>mark this</em>
    [subscribe now](https://example.com)                     link        <a href='https://example.com'>subscribe now</a>
    [subscribe now](https://example.com hover text)          link        <a href='https://example.com' title='hover text'>subscribe now</a>
    ![alt text](/wp-content/uploads/image.png hover text)    image       <img src='/wp-content/uploads/image.png' title='hover text' alt='alt text'/>
 
== Screenshots ==
 
1. Markup of the excerpts
 
== Changelog ==
 
= 1.0 =
* First version