I've created a graphviz table node:
<TR>
<TD COLSPAN="3" BGCOLOR="lightgrey">LineOne LineTwo</TD>
</TR>
I'd like to have Line1
, Line2
in separate lines. I've tried <br>
, \n
and
, without luck - some just appear as is in the rendered image, and some cause errors.
It's a self-closing tag nitpick:
<TD COLSPAN="3" BGCOLOR="lightgrey">LineOne<br/>LineTwo</TD>
^
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With