asciidoctor / asciidoctor-diagram

:left_right_arrow: Asciidoctor diagram extension, with support for AsciiToSVG, BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag), Ditaa, Erd, GraphViz, Mermaid, Msc, PlantUML, Shaape, SvgBob, Syntrax, UMLet, Vega, Vega-Lite and WaveDrom.
http://asciidoctor.org
MIT License
431 stars 106 forks source link

D2 relative imports do not work correctly #439

Closed pepijnve closed 9 months ago

pepijnve commented 9 months ago

An asciidoc file containing

[d2]
----
a: @x.d2
a -> b
----

with a file x.d2 as sibling containing

x: {
  shape: circle
}

results in a processing error.