Login  Register

How to display blockdiagram in asciidoc preview?

Posted by siddjain on Dec 11, 2019; 6:16pm
URL: https://discuss.asciidoctor.org/How-to-display-blockdiagram-in-asciidoc-preview-tp7415.html

Hello

I have a blockdiagram (http://blockdiag.com/en/blockdiag/examples.html#simple-diagram) in my asciidoc. Example

blockdiag {
   A -> B -> C -> D;
   A -> E -> F -> G;
}

But this does not render in the asciidoc preview. How can I make it render in asciidoc preview? I have tried the preview for both Atom as well as Brackets. As I have lot of diagrams, I would like them to see in the preview before converting to PDF. I am able to see the diagram in PDF. Thanks

Sid