Hi, I'm running [example73.rb](https://github.com/glejeune/Ruby-Graphviz/blob/master/examples/sample73.rb) but adding this line: ``` ruby g.add_nodes "TABLE_EXAMPLE", label: '<TABLE><TR><TD>Hello World</TD></TR></TABLE>' ``` The result is not parsed as an HTML table:  Any idea why this is not working?