()
| 209 | } |
| 210 | |
| 211 | function downloadHtml() { |
| 212 | const dom = document.querySelector("section.ouvJEz") |
| 213 | saveHtml(dom, articleTitle) |
| 214 | } |
| 215 | |
| 216 | function parseMarkdown() { |
| 217 | const dom = document.querySelector("section.ouvJEz") |
no test coverage detected