diff options
Diffstat (limited to 'project/templates/grasp.html')
-rw-r--r-- | project/templates/grasp.html | 2 |
1 files changed, 2 insertions, 0 deletions
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.</p> <p>The above example is recorded as follows:</p> +<div class="precontain"> <code> digraph { 1 [label="puts"] @@ -63,6 +64,7 @@ digraph { 1 -> 3 [label="in"] } </code> +</div> <p>Source code is available <a href="/cgit/cgit.cgi/esoteric.git/" target="_blank">here</a>.</p> |