\n\n\n

    Welcome to my page

    \n

    This is a paragraph.

    \n\n`, }; $('#input').value = examples[curLang] || examples.JavaScript; highlight(); } $('#input').addEventListener('input', highlight); $('#toolbar').innerHTML = ` `; GZ.renderToolPage({ category: 'dev', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'💻', href:'/image/code-to-image.html', name:'Code to Image'}, {icon:'📄', href:'/dev/js-formatter.html', name:'JS Formatter'}, {icon:'🎨', href:'/css-tools/gradient.html', name:'CSS Gradient'}, ] });