Highlight Code Syntax for kanboard
Valentino Pesce 14d3fdc919 Update README.md | 3 months ago | |
---|---|---|
.github | 5 years ago | |
Assets | 4 years ago | |
LICENSE | 6 years ago | |
Plugin.php | 4 years ago | |
README.md | 3 months ago | |
_config.yml | 6 years ago |
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.