()
| 242 | } |
| 243 | |
| 244 | function editMarkdown() { |
| 245 | const dom = document.querySelector<HTMLElement>("article .article-detail") |
| 246 | setContent(dom, articleTitle) |
| 247 | } |
| 248 | |
| 249 | function parseMarkdown() { |
| 250 | const dom = document.querySelector<HTMLElement>("article .article-detail") |