From 3793e2ea105ad50f56f75dd575207b363e59b8b1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 20 Mar 2020 07:41:39 +0200 Subject: Fix: dot diagram for arch Thanks: lifeless --- architecture.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/architecture.mdwn b/architecture.mdwn index 976d45f..19d8419 100644 --- a/architecture.mdwn +++ b/architecture.mdwn @@ -183,6 +183,8 @@ reference in discussions. # Subplot architecture ```dot +digraph "arch" { + md [label="document source\n(Markdown)"]; md [shape=box]; @@ -210,6 +212,8 @@ impl -> subplot; subplot -> pdf; subplot -> testprog; testprog -> report; + +} ``` Subplot reads input files, and produces two outputs. -- cgit v1.2.1