We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2709ac commit 2d61a84Copy full SHA for 2d61a84
src/components/Markdown.res
@@ -120,7 +120,7 @@ module Anchor = {
120
title
121
className="scroll-mt-30 invisible text-gray-60 opacity-50 hover:opacity-100 hover:text-gray-60 hover:cursor-pointer group-hover:visible"
122
href={"#" ++ id}
123
- id={"#" ++ id}
+ id={id}
124
>
125
<Icon.Hyperlink className="inline-block align-middle text-gray-40" />
126
</a>
0 commit comments