Sample Editor as a Component

// The text of this div shows up in the editor. var thisCode = "what shows up in the editor"; function editMe() { alert("and have fun!"); }