| plugin-version: | 0.5.0 |
|---|---|
| gitbucket-compat-version: | 4.32 |
A Git Bucket plug-in that
provides ReSTructured text rendering capabilities. All .rst files
will be automatically rendered as ReSTructured text, supporting most
features of the LAIKA.
| This plugin version | Gitbucket version |
|---|---|
| 0.5.0 | 4.32 |
| 0.4.0, 0.3.0, 0.2.1, 0.2.0 | 4.10-4.31 |
| 0.1.0 | 4.5-4.9 |
You can download a precompiled version from the Release.
sbt clean package
The built package is located at
target/scala-2.13/gitbucket-rst-plugin_2.13-{plugin-version}.jar.
sbt assembly
This makes the assembly package
target/scala-2.13/gitbucket-rst-plugin-{plugin-version}.jar
for deployment.
Download
gitbucket-rst-plugin-{plugin-version}.jar
or build the assembly package JAR file from source and copy it into
GITBUCKET_HOME/plugins. If you have older versions of this plugin in
this directory, you must delete them. Then restart GitBucket. That's it.
This plugin is published under the Apache License, version 2.0.
This plug-in is based on asciidoctor plug-in.
This plug-in uses LAIKA as ReSTructued text renderer.
- compatibility with gitbucket 4.32, scala 2.13 #7
- Update LAIKA, ReST rendering library to 0.11.0
- thanks, @SIkebe
- Update LAIKA, ReST rendering library to 0.7.0
- fix issue #4
- Update LAIKA and use ExtendedHTML renderer for option list rendering
- When rendering library throws exception, this plugin catch them and render raw ReST file, instead of crashing gitbucket server.
- can be migrated from old versions
- compatibility with gitbucket 4.10, scala 2.12 #2
- Initial release