Skip to content

Instantly share code, notes, and snippets.

@ClementRoy
ClementRoy / copyright
Last active December 14, 2015 04:29
Copyright
@ClementRoy
ClementRoy / kirbytext.extended.php
Last active January 3, 2018 22:43
Kirbytext Codepen tag
<?php
class kirbytextExtended extends kirbytext {
function __construct($text, $markdown=true) {
parent::__construct($text, $markdown);
$this->addTags('codepen');
$this->addAttributes('type');
@ClementRoy
ClementRoy / kirbytext.extended.php
Last active December 14, 2015 03:49
Kirbytext Dailymotion tag
<?php
class kirbytextExtended extends kirbytext {
function __construct($text, $markdown=true) {
parent::__construct($text, $markdown);
$this->addTags('dailymotion');