Skip to content

Instantly share code, notes, and snippets.

@simonscheiber
simonscheiber / figure.php
Created August 15, 2012 16:51 — forked from bastianallgeier/figure.php
Kirby figure extension with class element.
<?php
class kirbytextExtended extends kirbytext {
function __construct($text, $markdown=true) {
parent::__construct($text, $markdown);
// define custom tags
$this->addTags('figure');