()
| 290 | } |
| 291 | |
| 292 | function downloadHtml() { |
| 293 | const dom = document.querySelector(".blog-content-box") |
| 294 | saveHtml(dom, articleTitle) |
| 295 | } |
| 296 | |
| 297 | function parseMarkdown() { |
| 298 | const dom = document.querySelector(".blog-content-box") |
no test coverage detected