asciidoctor / atom-asciidoc-preview

⚛ AsciiDoc preview for the Atom editor.
https://atom.io/packages/asciidoc-preview
MIT License
141 stars 42 forks source link

How to display blockdiag in asciidoc preview? #302

Open siddjain opened 4 years ago

siddjain commented 4 years ago

Description

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? 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

Syntax example

Your syntax example.