This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding:utf-8 -*- | |
# | |
# Dice display for Raspberry Pi + PaPiRus Zero 1.2 | |
# V1.2 | |
# By Joachim Robert | |
# http://github.com/joachimesque | |
# Shared under the WTFPL - Do What the Fuck You Want to Public License | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function __construct($text, $markdown=true) { | |
parent::__construct($text, $markdown); | |
// define custom tags | |
$this->addTags('imglink'); | |
$this->addAttributes('legend', 'crop', 'quality', 'rel', 'class', 'size'); | |
} | |
NewerOlder