()
| 183 | } |
| 184 | |
| 185 | function parseMarkdown() { |
| 186 | const dom = document.querySelector<HTMLElement>("#post_detail") |
| 187 | setParseContent(dom) |
| 188 | } |
| 189 | |
| 190 | return showTag && allShowTag ? ( |
| 191 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected