This is a BBCode parser for Drupal that can be extended with custom tag macros. It will create a text format named "BBCode" that generates HTML out of text markup such as this:

This is [b]bold[/b] and [url=http://drupal.org/]this is a link[/url].

Features:

- Provides a collection of standard markup tags out of the box.
- Uses the Twig template engine (also used by Drupal's own theme layer), allowing you to write powerful custom tag templates without any PHP.
- Fully extensible with custom modules via a Plugin API, when Twig is not enough.

Drupal 7 support

The Drupal 7 version still accepts patches, but is minimally supported and will fix only major and security-relevant bugs.

Project information

Releases