asciidoctor-confluence icon indicating copy to clipboard operation
asciidoctor-confluence copied to clipboard

Push Asciidoctor file to Confluence

Results 25 asciidoctor-confluence issues
Sort by recently updated
recently updated
newest added

I add --insecure option for skipping ssl certificate verification. It is useful for servers with self-signed certificates.

#### asciidoctor-confluence SSL issues #### Friends: Thank you in advance for your time and attention. I am trying to use the docker image for asciidoctor, specifically the *asciidoctor-confluence*. I tried...

Hello: I want to use this gem but unfortunately it works only with asciidoctor 1.5.2. Is there a plan to make this beautiful gem to be asciidoctor 2.10.0 compatible ?...

Running asciidoctor-confluence --host HOST --spaceKey SPACEKEY --title TITLE --username USERNAME --password PASSWORD --pageid PAGEID README.adoc Results in "Page not found" error as shown below: ![Screenshot 2019-11-28 at 14 41 11](https://user-images.githubusercontent.com/4890675/69815022-5ccbc180-11ed-11ea-81e2-497d0758f7e4.png)...

When trying to write a test document I got: `asciidoctor-confluence --host myhost --spaceKey snadbox --title title --username user --password password ~/test.adoc` Where test.adoc consists of: === This is a test...

It would be nice to show diagrams in confluence using confluence plantuml plugin. My files contains diagrams who are converted using asciidoctor-diagrams, but, for asciidoctor-confluence, a better integration could be...

Steps to reproduce: 1. `docker run --rm asciidoctor/docker-asciidoctor asciidoctor-confluence --version` 2. `echo $?` Expected results: 1. Version is printed in step 1. 2. No error is printed in step 1....

Hello, When the adoc contains a toc (left, macro, ...), a table of contents is generated, but the links are not working (Confluence 5.9.3).

I love this project however I'm trying to add a property to be used when the application parses ascii doctor files which contain the include directive with a specific value...