()
| 135 | } |
| 136 | |
| 137 | function editMarkdown() { |
| 138 | const dom = document.querySelector(".phpscMain .php-article") |
| 139 | setContent(dom, articleTitle) |
| 140 | } |
| 141 | |
| 142 | function downloadMarkdown() { |
| 143 | const html = document.querySelector(".phpscMain .php-article") |