@@ -64,7 +64,8 @@ discard block |
||
64 | 64 | /** |
65 | 65 | * @return string |
66 | 66 | */ |
67 | - protected function c(){ // @todo |
|
67 | + protected function c(){ |
|
68 | +// @todo |
|
68 | 69 | $this->clearPseudoClosingTags(); |
69 | 70 | return '<code class="bb-inline-code" style="display: inline">'.$this->content.'</code>'; |
70 | 71 | } |
@@ -80,14 +81,16 @@ discard block |
||
80 | 81 | /** |
81 | 82 | * @return string |
82 | 83 | */ |
83 | - protected function font(){ // @todo: restrict fonts via classname |
|
84 | + protected function font(){ |
|
85 | +// @todo: restrict fonts via classname |
|
84 | 86 | return '<span class="bb-text font comic-sans">'.$this->content.'</span>'; |
85 | 87 | } |
86 | 88 | |
87 | 89 | /** |
88 | 90 | * @return string |
89 | 91 | */ |
90 | - protected function size(){ // @todo: restrict sizes via css |
|
92 | + protected function size(){ |
|
93 | +// @todo: restrict sizes via css |
|
91 | 94 | return '<span class="bb-text size extra-tiny">'.$this->content.'</span>'; |
92 | 95 | } |
93 | 96 |