()
| 167 | } |
| 168 | |
| 169 | function editMarkdown() { |
| 170 | const dom = document.querySelector<HTMLElement>("#post_detail") |
| 171 | setContent(dom, articleTitle) |
| 172 | } |
| 173 | |
| 174 | function downloadMarkdown() { |
| 175 | const html = document.querySelector<HTMLElement>("#post_detail") |