()
| 82 | } |
| 83 | |
| 84 | function downloadWord() { |
| 85 | const dom = document.querySelector(".container") |
| 86 | saveWord(dom, articleTitle) |
| 87 | } |
| 88 | |
| 89 | function editMarkdown() { |
| 90 | const dom = document.querySelector(".container") |
nothing calls this directly
no test coverage detected