()
| 90 | } |
| 91 | |
| 92 | function parseMarkdown() { |
| 93 | const dom = document.querySelector(".article-content") |
| 94 | setParseContent(dom) |
| 95 | } |
| 96 | |
| 97 | return showTag && allShowTag ? ( |
| 98 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected