โšก OfficeHub

๐Ÿ“ Markdown Preview Editor

Write markdown and see the live preview

Editor
0 words ยท 0 characters
Preview
\n\n' + preview.innerHTML + '\n \n'; const blob = new Blob([html], { type: 'text/html' }); const url = URL.createObjectURL(blob); const a = document.createElement('a'); a.href = url; a.download = 'markdown-export.html'; a.click(); URL.revokeObjectURL(url); } updatePreview();