()
| 35 | document.querySelector(".article-detail .title") |
| 36 | |
| 37 | export const getStyle: PlasmoGetStyle = () => TagBtnStyle() |
| 38 | |
| 39 | const PlasmoOverlay: FC<PlasmoCSUIProps> = ({ anchor }) => { |
| 40 | const [parseContent, setParseContent] = useParseMarkdown() |
nothing calls this directly
no test coverage detected