Skip to content

v0.2.48..v0.2.49 changeset Introduction.asciidoc

Garret Voltz edited this page Oct 2, 2019 · 1 revision
diff --git a/docs/user/Introduction.asciidoc b/docs/user/Introduction.asciidoc
index 41241be..332b58a 100644
--- a/docs/user/Introduction.asciidoc
+++ b/docs/user/Introduction.asciidoc
@@ -234,7 +234,8 @@ In some cases there are more than two files that must be conflated. If this is t
 
 .Pairwise Conflation Example
 
--------
+[graphviz, images/__PairwiseConflation.png]
+---------------------------------------------------------------------
 digraph G
 {
   rankdir = LR;
@@ -248,7 +249,7 @@ digraph G
   C -> conflate2;
   conflate2 -> ABC;
 }
--------
+---------------------------------------------------------------------
 
 ==== Export
 
Clone this wiki locally