!747 !multi-line strings m { static S html = [[ Font size 20! ]]; p { makeFrame(new JLabel(html.trim())); // trim is important! } }