BBcode to HTML

[Markup Plugin]

To begin with, the lines you need to display code:

$bbcodeText = ...;
echo $this->Bbcode->convert($bbcodeText);

Examples

The following examples are configured to use the `DecodaBbcode` engine.

Some bold text and also some italic.

hello world


You can write text with links.

Here is a video embed:
An abbreviation, e.g. NASA.

Also lets
quote something :)

Because that's how it is done.

You can register your own custom converter filters, see docs for details.


Send your feedback or bugreport!