()
| 85 | } |
| 86 | |
| 87 | function downloadHtml() { |
| 88 | const dom = document.querySelector(".article-content") |
| 89 | saveHtml(dom, articleTitle) |
| 90 | } |
| 91 | |
| 92 | function parseMarkdown() { |
| 93 | const dom = document.querySelector(".article-content") |
no test coverage detected