// The Monaco Editor can be easily created, given an
    // empty container and an options literal.
    // Two members of the literal are "value" and "language".
    // The editor takes the full size of its container.

  

  
<div id="container" style="height: 100%"></div>