Hi,
This is my first attempt with Codex so it might be that I missed something 
I asked the Codex to draw an UML Class diagram and seemingly it did it but the picture/result wont appear.
/* Draw an UML diagram for a subclass Peter, parent class Father */
var peter = document.createElement('div');
peter.innerHTML = '<img src="http://www.uml-diagrams.org/examples/images/uml-class-diagram-examples-3.png" />';
document.body.appendChild(peter);
This is the result in the box on the right but the picture won’t appear and I’m not able to access the picture if I open the link.
I tried with other requests for class diagrams and it happened over and over again.
Any ideas :)?
Thanks,
Peter