()
| 162 | } |
| 163 | |
| 164 | function parseMarkdown() { |
| 165 | const dom = document.querySelector("article") |
| 166 | setParseContent(dom) |
| 167 | } |
| 168 | |
| 169 | return showTag && allShowTag ? ( |
| 170 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected