()
| 260 | } |
| 261 | |
| 262 | function parseMarkdown() { |
| 263 | const dom = document.querySelector<HTMLElement>("#article") |
| 264 | setParseContent(dom) |
| 265 | } |
| 266 | |
| 267 | return showTag && allShowTag ? ( |
| 268 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected