Skip to content

Instantly share code, notes, and snippets.

View Cuboctaedro's full-sized avatar

Dimitris Kottas Cuboctaedro

View GitHub Profile
@Cuboctaedro
Cuboctaedro / extend.php
Created November 20, 2013 13:32
An extension of Kirbytext for creating a custom "figure" tag for images with complex captions.
<?php
class kirbytextExtended extends kirbytext {
function __construct($text, $markdown=true) {
parent::__construct($text, $markdown);
$this->addTags('figure');