]> granicus.if.org Git - graphviz/commitdiff
Update shapes.html to match output of mkshhtml.py
authorMark Hansen <mark@markhansen.co.nz>
Tue, 2 Jun 2020 10:42:08 +0000 (20:42 +1000)
committerMark Hansen <mark@markhansen.co.nz>
Tue, 2 Jun 2020 10:42:08 +0000 (20:42 +1000)
Whitespace changes and a diff in a PRE tag.

doc/info/shapes.html

index 43a46a9a38c06b991fc4b4119505bdff9a56be4d..b82957560e1217df24bde3c39cf1b4c8d6b4b0c7 100644 (file)
@@ -210,6 +210,7 @@ The possible polygon-based shapes are displayed below.
     <TD><A NAME=d:larrow>larrow</A>
     <TD><A NAME=d:lpromoter>lpromoter</A>
   </TR>
+
 </TABLE>
 As the figures suggest, the shapes <TT>rect</TT> and <TT>rectangle</TT> are synonyms for <TT>box</TT>, and <TT>none</TT> is a synonym for <TT>plaintext</TT>.
 The shape <TT>plain</TT> is similar to these two, except that it also enforces 
@@ -671,7 +672,7 @@ are preserved but all other white space characters are discarded.
 or  &lt;B&gt;, any space immediately before or after this will cause a syntax error. For example,
 the label
 <PRE>
-&lt; &lt;U&gt;&lt;TABLE&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/U&gt;&gt;
+&lt; &lt;U&gt;&lt;TABLE&gt;&lt;TR&gt;&lt;TD&gt;a&lt;/TD&gt;&lt;/TR&gt;&lt;/U&gt;&gt;
 </PRE>
 is not legal. Removing either the space or the &lt;U&gt...&lt;/U&gt will fix this.
 <P>