Skip to content

Commit 046c7e0

Browse files
committed
Clickable keywords for "EnhancedMarkdown" component
1 parent bcc7a78 commit 046c7e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

web/src/pages/[theType].astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ const { theType } = Astro.props;
2424
}}>
2525

2626
<EnhancedMarkdown content={theType.data.description} />
27-
</StarlightPage>
27+
</StarlightPage>
28+
29+
<script type="module" src="/mta-keyword_linker.js"></script>

0 commit comments

Comments
 (0)