Skip to content

Commit af2f032

Browse files
feat: render hash numbers into GH links for linked issues
1 parent 572cdb6 commit af2f032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/[pullOrIssue=poi]/[org]/[repo]/[id=number]/PageRenderer.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
markdown={entity.body || "_No description provided_"}
170170
parseRawHtml
171171
class="max-w-full text-base"
172-
additionalPlugins={[shikiPlugin]}
172+
additionalPlugins={[{ renderer: { p: BodyRenderer } }, shikiPlugin]}
173173
/>
174174
</Accordion.Content>
175175
</Accordion.Item>

0 commit comments

Comments
 (0)