File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
[pullOrIssue=poi]/[org]/[repo]/[id=number] Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515 "devDependencies" : {
1616 "@neoconfetti/svelte" : " ^2.2.1" ,
1717 "@octokit/graphql-schema" : " ^15.25.0" ,
18- "@shikijs/langs" : " ^1.25.1" ,
19- "@shikijs/rehype" : " ^1.25.1" ,
20- "@shikijs/themes" : " ^1.25.1" ,
18+ "@shikijs/langs" : " ^1.25.1" ,
19+ "@shikijs/rehype" : " ^1.25.1" ,
20+ "@shikijs/themes" : " ^1.25.1" ,
2121 "@sveltejs/adapter-vercel" : " ^5.5.2" ,
2222 "@sveltejs/kit" : " ^2.15.1" ,
2323 "@sveltejs/vite-plugin-svelte" : " ^4.0.0" ,
Original file line number Diff line number Diff line change 721721 <MarkdownRenderer
722722 markdown ={releaseBody }
723723 additionalPlugins ={[{ renderer: { li: ListElementRenderer } }]}
724- class =" prose-sm max-w-full prose-p:my-0"
724+ class =" prose-sm prose-p:my-0 max-w-full "
725725 />
726726 <!-- Open the release on GitHub in a new tab, with a nice hover animation -->
727727 <Button
Original file line number Diff line number Diff line change 115115 <MarkdownRenderer
116116 markdown ={info .title }
117117 inline
118- class =" prose-xl text-foreground xs:prose-2xl group-hover:underline xs:text-3xl"
118+ class =" prose-xl xs:prose-2xl text-foreground group-hover:underline xs:text-3xl"
119119 />
120120 <span class ="ml-1 font-light text-muted-foreground group-hover:underline" >#{info .number }</span
121121 >
You can’t perform that action at this time.
0 commit comments