newWave.getRootBlip().appendMarkup("<p>Some stuff!</p><p>Not the <b>beautiful</b></p>");
// Since the new wave has its own operation queue, we need to submit it
// explicitly through the active gateway, or, as in this case, submit it
// together with wavelet, which will handle the submit automatically.
newWave.submitWith(wavelet);
// Test inserting a form element.
blip.append(new FormElement(ElementType.CHECK, "My Label", "true", "false"));
// Test inserting replies with image.