SELECT 'text' AS component, 'Markdown' AS title, 'Enter code:' AS contents; SELECT 'form' AS component; SELECT 'Code' AS name, 'textarea' AS type, :Code AS value; SELECT 'text' AS component, 'Output' AS title, :Code AS contents_md;Run this markdown editor!