<code-editor>

Simple inline demo

def greet(name) puts "Hi, #{name}" end greet("John")

Loading the source from a file

Setting the content and mode programmatically