https://github.com/christiangalsterer/bitbucket-asciidoc-plugin
An add-on for Atlassian Bitbucket Server to render AsciiDoc files.
https://github.com/christiangalsterer/bitbucket-asciidoc-plugin
asciidoc asciidoctor atlassian atlassian-bitbucket bitbucket
Last synced: 7 months ago
JSON representation
An add-on for Atlassian Bitbucket Server to render AsciiDoc files.
- Host: GitHub
- URL: https://github.com/christiangalsterer/bitbucket-asciidoc-plugin
- Owner: christiangalsterer
- License: apache-2.0
- Created: 2015-12-14T20:10:32.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-11-14T11:31:10.000Z (almost 6 years ago)
- Last Synced: 2025-03-18T05:12:40.329Z (7 months ago)
- Topics: asciidoc, asciidoctor, atlassian, atlassian-bitbucket, bitbucket
- Language: JavaScript
- Homepage:
- Size: 1.62 MB
- Stars: 20
- Watchers: 12
- Forks: 18
- Open Issues: 17
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Introduction
An add-on for https://www.atlassian.com/software/bitbucket/server[Atlassian Bitbucket Server] to render AsciiDoc files in the source view panel.
= Installation
The plugin is available in the https://marketplace.atlassian.com/plugins/org.christiangalsterer.bitbucket.server.bitbucket-asciidoc-plugin/server/overview[Atlassian Marketplace] and can be installed directly in Bitbucket Server using the Universal Plugin Manager (UPM), see https://marketplace.atlassian.com/plugins/org.christiangalsterer.bitbucket-asciidoc-plugin#tabs-installation[here] for details.
= Releases
== 3.x.x
The 3.x.x versions are for Bitbucket Server >= 5.0.0
=== 3.1.2 (2017-11-18)
This version includes the following changes:
* Fix: https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/21[Broken relative links]
=== 3.1.1 (2017-11-15)
This version includes the following changes:
* Fix: https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/20[Broken links in TOC]
=== 3.1.0 (2017-10-28)
This version includes the following changes:
* https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/9[Improved support for file include directives]
* Support for `env-bitbucket` and `env`:`bitbucket` document attributes for conditional rendering, see also http://asciidoctor.org/docs/user-manual/#conditional-preprocessor-directives=== 3.0.0 (2017-05-07)
This version includes the following changes:
* Compatibility with Bitbucket 5.0.0
== 2.x.x
The 2.x.x versions are for Bitbucket Server >= 4.0.0 and < 5.0.0
=== 2.4.2 (2017-11-18)
This version includes the following changes:
* Fix: https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/21[Broken relative links]
=== 2.4.1 (2017-11-15)
This version includes the following changes:
* Fix: https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/20[Broken links in TOC]
=== 2.4.0 (2017-10-28)
This version includes the following changes:
* https://github.com/christiangalsterer/bitbucket-asciidoc-plugin/issues/9[Improved support for file include directives]
* Support for `env-bitbucket` and `env`:`bitbucket` document attributes for conditional rendering, see also http://asciidoctor.org/docs/user-manual/#conditional-preprocessor-directives=== 2.3.2 (2016-11-13)
This version includes the following changes:
* Fix: Image includes not correctly rendered for non-default branches
=== 2.3.1 (2016-06-10)
This version includes the following changes:
* Fix: Correct handling of file extensions
=== 2.3.0 (2016-02-13)
This version includes the following changes:
* Syntax highlighting for AsciiMath and LaTeX syntax using https://www.mathjax.org[MathJax]. Thanks to https://github.com/stuwhite[stuwhite].
* Update to asciidoctor.js 1.5.4
* Update to highlight.js 9.1.0=== 2.2.0 (2016-02-06)
This version includes the following changes:
* Rendering of relative image locations
=== 2.1.0 (2016-01-06)
This version includes the following changes:
* Syntax highlighting using https://highlightjs.org[highlight.js]
* Improved layout to be closer to Bitbucket Server Markdown support=== 2.0.0 (2015-12-21)
This is the first release of the add-on. It provides the following features:
* Rendering of AsciiDoc documents in the source view
* Usage of https://github.com/asciidoctor/asciidoctor.js[asciidoctor.js 1.5.3-preview.5]== 1.x.x
The 1.x.x versions were originally reserved for Bitbucket Server < 4.0.0. No releases planned anymore.
= License
[source]
----
Copyright 2015 Christian GalstererLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
----