)
.with_child(
Element::new(Tag::Blockquote)
.with_child(Element::new(Tag::Code).with_text(&text)),
.with_child(Element::new(Tag::Pre).with_text(&text)),
);
doc.push_to_body(&native_yaml);
}