Skip to content
8.x-3.0-alpha1
==============

This is the first actual release of Extensible BBCode for Drupal 8.

The entire structure of the module has been overhauled, implementing
several new features provided by the Drupal 8 and Symfony framework:

- Tags are now annotated plugins. Instead of implementing a hook, module
  developers can extend a base plugin class and add an annotation comment.
- Tags can use Twig templates instead of having to choose between PHP and static HTML.
- Template tags are provided without writing any PHP code at all,
  by defining the tag in a YAML configuration file.