chore: generate
This commit is contained in:
@@ -9,7 +9,10 @@ export function SectionHeading(props: {
|
|||||||
<>
|
<>
|
||||||
<strong>
|
<strong>
|
||||||
<a data-slot="heading-link" href={props.href}>
|
<a data-slot="heading-link" href={props.href}>
|
||||||
<span data-slot="heading-anchor" aria-hidden="true">#</span>{props.title}.
|
<span data-slot="heading-anchor" aria-hidden="true">
|
||||||
|
#
|
||||||
|
</span>
|
||||||
|
{props.title}.
|
||||||
</a>
|
</a>
|
||||||
</strong>{" "}
|
</strong>{" "}
|
||||||
<span>{props.description}</span>
|
<span>{props.description}</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user