\n${html} `); win.document.close(); } $('#md').addEventListener('input', doUpdate); $('#toolbar').innerHTML = ` `; $('#opts').innerHTML = ` `; $('#lbl-md').textContent = t('markdown'); $('#lbl-prev').textContent = t('preview'); GZ.renderToolPage({ category: 'convert', titleKey: 'toolTitle', descKey: 'toolDesc', howToSteps: ['step1','step2','step3','step4'], related: [ {icon:'📝', href:'/text/markdown-to-html.html', name:'Markdown to HTML'}, {icon:'📄', href:'/convert/html-to-pdf.html', name:'HTML to PDF'}, {icon:'📑', href:'/text/markdown.html', name:'Markdown Preview'}, {icon:'📊', href:'/text/markdown-table.html', name:'Markdown Table'}, ] }); loadExample();