First Post

    This is a paragraph of important content.

    Cover
    `; doConvert(); } function doClear() { $('#input').value = ''; $('#output').textContent = ''; } $('#input').addEventListener('input', doConvert); ['opt-omit','opt-doctype','opt-pretty'].forEach(id => $('#' + id).addEventListener('change', doConvert)); $('#toolbar').innerHTML = ` `; // Patch i18n labels $('#opt-omit-lbl').textContent = t('optOmit'); $('#opt-doctype-lbl').textContent = t('optDoctype'); $('#opt-pretty-lbl').textContent = t('optPretty'); GZ.renderToolPage({ category: 'dev', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'📑', href:'/text/html-to-markdown.html', name:'HTML to Markdown'}, {icon:'⚛️', href:'/dev/html-to-jsx.html', name:'HTML to JSX'}, {icon:'🖼️', href:'/dev/iframe-generator.html', name:'HTML Iframe'}, {icon:'📄', href:'/dev/html-minifier.html', name:'HTML Minifier'}, ] });