In my dot file
stdin_in -> file_out [label=<<font color="blue">tee >/dev/null</font>>];
tee >/dev/null
is supposed to be the text of the label, but it contains >
which is a special character, so dot
complains about it. What shall I do instead? Thanks.
Put the text in quotation marks; changing the line to
produces the desired result: