From 92ff13627021a5fdd4eea59bd5db493cbea5406b Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Mon, 7 Aug 2017 12:20:36 +1000 Subject: I think I've finally struck the right width balance --- project/templates/grasp.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'project/templates/grasp.html') diff --git a/project/templates/grasp.html b/project/templates/grasp.html index bf6f79b..45661af 100644 --- a/project/templates/grasp.html +++ b/project/templates/grasp.html @@ -53,6 +53,7 @@ as well as relatively easy conversion to a graph image. If a format that more re comprehensible graph image is found, a parser for it may be added.

The above example is recorded as follows:

+
digraph { 1 [label="puts"] @@ -63,6 +64,7 @@ digraph { 1 -> 3 [label="in"] } +

Source code is available here.

-- cgit