()
| 151 | } |
| 152 | |
| 153 | function parseMarkdown() { |
| 154 | const dom = document.querySelector(".phpscMain .php-article") |
| 155 | setParseContent(dom) |
| 156 | } |
| 157 | |
| 158 | return showTag && allShowTag ? ( |
| 159 | <ToolBox |
nothing calls this directly
no outgoing calls
no test coverage detected