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
{{ message }}
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
Quick support for inclusion of vector-rendered graphviz through docbook toolchain.
Based on "the (not very tested) example" provided by Lex Trotman on
https://groups.google.com/forum/#!topic/asciidoc/IddY7N7aIl4
Works for me on Ubuntu 16.04.
Save the text below to test:
== Exemple of vector graphviz in PDF
Assuming this is saved as
`asciidoc_graphviz_svg_docbook_pdf.asciidoc.txt`, render with:
a2x -f pdf asciidoc_graphviz_svg_docbook_pdf.asciidoc.txt
["graphviz", "helloworld.svg", format="svg"]
---------------------------------------------------------------------
digraph helloworld {
hello->world;
}
---------------------------------------------------------------------
0 commit comments