Skip to main content

All Questions

Tagged with
0 votes
1 answer
25 views

Cross reference to included plantuml

I want to write a documentation with asciidoc, including a plantuml. This is how I do : [plantuml, title="My great title"] ---- [[sch_id]] include::plantuml_sources/my_source.pu[] ---- And ...
A.Pissicat's user avatar
  • 3,139
1 vote
1 answer
487 views

Render a PlantUML diagram in an asciidoc readme in GitLab

I'm trying to put my diagrams in the readme and from looking at the gitlab docs it seems like it can be done by default. However, GitLab doesn't render my diagrams. I used the same method as in the ...
dave's user avatar
  • 13
0 votes
2 answers
490 views

asciidoctor: FAILED: 'asciidoctor-plantuml' could not be loaded

In my docker container, running asciidoctor -r asciidoctor-plantuml my_doc.adoc gets me asciidoctor: FAILED: 'asciidoctor-plantuml' could not be loaded. To reproduce the issue: $ docker run -it -v $...
dboy's user avatar
  • 1,017
0 votes
1 answer
437 views

How to configure AsciidocFX with Path to PlantUML

I am using AsciidocFX version 1.7.4 to edit Asciidoc documents. When working on PlantUML diagrams and creating a syntax error, which is caused by using syntax that is not supported in older versions, ...
Andreas Guther's user avatar
2 votes
1 answer
1k views

How use variables from AsciiDoc in PlantUML diagrams?

I'm using AsciidocFX for creating documentation. Variables created in asciidoc need to be replaced in diagrams. An example which doesn't work: == My title :parent-class: Parent :child-class: Child [...
drewpol's user avatar
  • 687
1 vote
1 answer
1k views

AsciiDoc includes wrong diagram

I am using AsciiDoc and Plant UML in IntelliJ IDEA to write documentation. There I have run into a strange issue with including diagrams. I have found a way to make it work, but I don't understand why....
Kira Resari's user avatar
  • 2,145