Valentino Pesce 4a84c4f133 Update README.md | 3 ay önce | |
---|---|---|
.github | 5 yıl önce | |
Assets | 6 yıl önce | |
Template | 6 yıl önce | |
LICENSE | 6 yıl önce | |
Makefile | 6 yıl önce | |
Plugin.php | 6 yıl önce | |
README.md | 3 ay önce | |
config.php | 6 yıl önce |
This theme allows you to add special features like replacing the logo and adds syntax highlighting for Markdown code.
Kanboard >= v1.2.5
Kanboard installed at a web server.
You can find the download at kanboard.org
You have the choice between 3 methods:
plugins/Oxygen
plugins/Oxygen
Note: Plugin folder is case-sensitive.
Important: remove all unused themes
151 languages currently supported by Prism, with their corresponding alias, to use in place of xxxx
-```xxxx
class BaseClass {
function __construct() {
print "In BaseClass constructor\n";
}
}
-```
+```php
class BaseClass {
function __construct() {
print "In BaseClass constructor\n";
}
}
+```
Clone the repository:
git clone https://github.com/kenlog/Oxygen.git
Please create an issue for any bugs you've found.