You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
= PlantUML Diagram
== Overview
.Class diagram1
[plantuml, diagram-classes, png]
----
class BlockProcessor
class DiagramBlock
class DitaaBlock
class PlantUmlBlock
BlockProcessor <|-- DiagramBlock
DiagramBlock <|-- DitaaBlock
DiagramBlock <|-- PlantUmlBlock
----
.Class diagram2
[plantuml, diagram-classes, png]
----
class BlockProcessor
class DiagramBlock
class DitaaBlock
class PlantUmlBlock
BlockProcessor <|-- DiagramBlock
DiagramBlock <|-- DitaaBlock
DiagramBlock <|-- PlantUmlBlock
----
is displayed as
The number of the first figure starts at 2, instead of at 1. The 2nd figure has number 4 assigned to it, the 3rd figure has number 6 assigned to it, etc. Numbers 1, 2, 3, etc should have been used instead.
AsciiDoc Pugin Version:
0.28.27
IDE Name and Version:
IntelliJ IDEA 2019.2 (Community Edition)
Build #IC-192.5728.98, built on July 23, 2019
Runtime version: 11.0.3+12-b304.10 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 2002M
Cores: 4
Registry:
Non-Bundled Plugins: org.asciidoctor.intellij.asciidoc, PythonCore
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I've probably introduces this bug in when I changed the code to render both PNG and SVG in the background to make it easier to export the images later. I'll look into this issue.
Asciidoc document
is displayed as
The number of the first figure starts at 2, instead of at 1. The 2nd figure has number 4 assigned to it, the 3rd figure has number 6 assigned to it, etc. Numbers 1, 2, 3, etc should have been used instead.
AsciiDoc Pugin Version:
0.28.27
IDE Name and Version:
IntelliJ IDEA 2019.2 (Community Edition)
Build #IC-192.5728.98, built on July 23, 2019
Runtime version: 11.0.3+12-b304.10 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 2002M
Cores: 4
Registry:
Non-Bundled Plugins: org.asciidoctor.intellij.asciidoc, PythonCore
The text was updated successfully, but these errors were encountered: