Open
Description
It's my surprise that I'm unable to google out the upstream gfm repo, so I don't know where to ask elsewhere. I don't want to have the chain icon on the anchor:
If it's only show up when hovering it will be great. I can do css stuff but it's better to have it by default.
import { render } from "gfm";
export default function App() {
const gfm = render("# hello");
return (
<div>
<h1>Not gfm</h1>
<div dangerouslySetInnerHTML={{ __html: gfm }} />
</div>
);
}
Metadata
Metadata
Assignees
Labels
No labels
Activity