Kanboard >= v1.0.48
Kanboard installed at a web server.
You can find the download at kanboard.org
You have the choice between 3 methods:
plugins/HighlightCodeSyntax
plugins/HighlightCodeSyntax
Note: Plugin folder is case-sensitive.
151 languages currently supported by Prism, with their corresponding alias, to use in place of php
```php
class SimpleClass
{
// property declaration
public $var = 'a default value';
// method declaration
public function displayVar() {
echo $this->var;
}
}
Clone the repository:
git clone https://github.com/kenlog/HighlightCodeSyntax.git
Please create an issue for any bugs you've found.