Skip to content

Instantly share code, notes, and snippets.

View laslingerland's full-sized avatar

Leonard laslingerland

  • Netherlands
View GitHub Profile
@laslingerland
laslingerland / ListCodeDefinition.php
Last active November 23, 2016 07:05 — forked from jbowens/ListCodeDefinition.php
A [list] BBCode definition for jBBCode using [*] for list items.
<?php
require_once "jBBCode" . DIRECTORY_SEPARATOR . "Parser.php";
/**
* Implements a [list] code definition that provides the following syntax:
*
* [list]
* [*] first item
* [*] second item