()
| 140 | } |
| 141 | |
| 142 | function downloadMarkdown() { |
| 143 | const html = document.querySelector(".phpscMain .php-article") |
| 144 | const markdown = turndownService.turndown(html) |
| 145 | saveMarkdown(markdown, articleTitle) |
| 146 | } |
| 147 | |
| 148 | function downloadHtml() { |
| 149 | const dom = document.querySelector(".phpscMain .php-article") |
no test coverage detected