Highlight Code Syntax for kanboard
|
vor 6 Monaten | |
---|---|---|
.github | vor 5 Jahren | |
Assets | vor 4 Jahren | |
LICENSE | vor 6 Jahren | |
Plugin.php | vor 4 Jahren | |
README.md | vor 6 Monaten | |
_config.yml | vor 6 Jahren |
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.