()
| 237 | } |
| 238 | |
| 239 | function downloadHtml() { |
| 240 | const dom = document.querySelector<HTMLElement>("article .article-detail") |
| 241 | saveHtml(dom, articleTitle) |
| 242 | } |
| 243 | |
| 244 | function editMarkdown() { |
| 245 | const dom = document.querySelector<HTMLElement>("article .article-detail") |
no test coverage detected