()
| 88 | } |
| 89 | |
| 90 | function downloadHtml() { |
| 91 | const dom = document.querySelector("#article_content") |
| 92 | saveHtml(dom, articleTitle) |
| 93 | } |
| 94 | |
| 95 | function parseMarkdown() { |
| 96 | const dom = document.querySelector("#article_content") |
no test coverage detected