=== Summary & Details ===
Contributors: greatislander
Donate link: https://www.paypal.me/greatislander
Tags: details, summary, gutenberg
Requires at least: 5.0.0
Tested up to: 5.0.3
Stable tag: trunk
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html

This plugin adds a Gutenberg block which provides `<details>` with an optional `<summary>`.

== Description ==

This plugin adds a Gutenberg block which provides `<details>` with an optional `<summary>`.

<details>
<summary>What does that look like?</summary>
Why, just like this!
</details>

<details>
<summary>Why did you make it?</summary>
I wanted to try making a Gutenberg block, and I read <a href="https://css-tricks.com/quick-reminder-that-details-summary-is-the-easiest-way-ever-to-make-an-accordion/">this article</a> last week.
</details>

***

_This project was bootstrapped with [Create Guten Block](https://github.com/ahmadawais/create-guten-block)._

== Installation ==

1. Install and activate the [Gutenberg](https://wordpress.org/plugins/gutenberg) plugin.
1. Upload the Summary and Details plugin files to the `/wp-content/plugins/summary-and-details` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin by visiting the 'Plugins' screen.


== Frequently Asked Questions ==

= What browsers does this support? =

Just about all of them except IE and Edge. See [here](https://caniuse.com/#feat=details).

== Screenshots ==

1. Adding some details in WordPress 5.0.3.

== Changelog ==

= 1.1.0 =
* Support for WordPress 5.0.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.1.0 =
You need [WordPress 5.0](https://wordpress.org/download) for this.
