Skip to content

Commit

Permalink
fix: markdown first line of list
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Jun 6, 2024
1 parent 76cb5eb commit 51a10f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"katex": "^0.16.10",
"kbar": "0.1.0-beta.45",
"markdown-escape": "2.0.0",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.6",
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.2",
"marked": "12.0.2",
"medium-zoom": "1.1.0",
"mermaid": "10.9.1",
Expand Down Expand Up @@ -200,4 +200,4 @@
}
},
"packageManager": "[email protected]"
}
}
2 changes: 1 addition & 1 deletion src/app/(app)/friends/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ const ApplyLinkInfo: FC = () => {
`- 确保您的网站不存在政治敏感问题及违法内容。没有过多的广告、无恶意软件、脚本。且转载文章须注明出处。`,
`- 确保站点全局启用 HTTPS`,
`- 您需要有自己的独立域名,暂且不同意公有子域名或免费域名的友链申请 (如 github.io, vercel.app, eu.org, js.cool, .tk, .ml, .cf 等)`,
`- 暂时不同意商业及非个人的网站的友链申请 (py 除外)。`,
`- 暂时不同意商业及非个人的网站的友链申请`,
].join('\n\n')}
</Markdown>
<Markdown className="[&_p]:!my-1">
Expand Down

0 comments on commit 51a10f1

Please sign in to comment.