()
| 295 | } |
| 296 | |
| 297 | function parseMarkdown() { |
| 298 | const dom = document.querySelector(".blog-content-box") |
| 299 | setParseContent(dom) |
| 300 | } |
| 301 | |
| 302 | return showTag && allShowTag ? ( |
| 303 | <Tags |
nothing calls this directly
no outgoing calls
no test coverage detected