Skip to main content
Skip table of contents

FAQ

Is it possible to export Git assets to PDF or Word?

You can export Git files content as part of a PDF or Word export of your Confluence page.

The other Git assets are not considered. If you require them, please contact us via support@mibexsoftware.com or add a request on our public roadmap.

Do you support advanced links embedded in an AsciiDoc?

Advanced links such as {asciidoc-dir}/../../shared/versions/stack/{source_branch}.adoc are currently not supported and we display in the included file.

Why are images within a Markdown or AsciiDoc not rendered?

When including images in AsciiDoc or Markdown files, you should be able to include the images using absolute paths instead of relative paths:

AsciiDoc

CODE
=== Picture 1 Block

image::/images/Example.png[]

=== Picture 2 Inline

image:/images/Example.png[]

Markdown

CODE
![Alt text](src/images/image.png)

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.