Spoiler Tags
============

This plugin makes it possible to hide content in [spoiler][/spoiler] tags.

Example:
[spoiler]Hidden conntent inside the spoiler tag[/spoiler]

Example with spoiler title:
[spoiler="Title of the spoiler"]Hidden conntent inside the spoiler tag[/spoiler]

You can style the spoiler very easily by editing the spoiler.css file found in the plugin's /res folder. The code uses HTML5's "<details>" and "<summary>" elements, making it very easy to create hidden content on websites.


Changelog:
==========
2022-12-14 (V1.0.2)
Fixed, The plugin crashes when the BBCode plugin is not enabled. Thanks to Arvid for the hint, by Fraenkiman

2022-10-15 (V1.0.1)
Added, polyfill-Java-Script for IE and Edge in the body, by Fraenkiman
