blob: d087f27447a1cb44be4e59c06d7ddc1bd0b2ea1d [file] [log] [blame]
<!DOCTYPE html>
<script>
window.parent.postMessage(JSON.stringify({
DefaultParagraphSeparator: document.queryCommandValue("DefaultParagraphSeparator"),
StyleWithCSS: document.queryCommandValue("StyleWithCSS")
}), location.protocol + "//" + location.host);
</script>