Skip to content

Commit 51a10f1

Browse files
committed
fix: markdown first line of list
Signed-off-by: Innei <[email protected]>
1 parent 76cb5eb commit 51a10f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"katex": "^0.16.10",
9696
"kbar": "0.1.0-beta.45",
9797
"markdown-escape": "2.0.0",
98-
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.2.1-beta.6",
98+
"markdown-to-jsx": "npm:@innei/markdown-to-jsx@7.4.5-fork.2",
9999
"marked": "12.0.2",
100100
"medium-zoom": "1.1.0",
101101
"mermaid": "10.9.1",
@@ -200,4 +200,4 @@
200200
}
201201
},
202202
"packageManager": "[email protected]"
203-
}
203+
}

src/app/(app)/friends/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const ApplyLinkInfo: FC = () => {
276276
`- 确保您的网站不存在政治敏感问题及违法内容。没有过多的广告、无恶意软件、脚本。且转载文章须注明出处。`,
277277
`- 确保站点全局启用 HTTPS`,
278278
`- 您需要有自己的独立域名,暂且不同意公有子域名或免费域名的友链申请 (如 github.io, vercel.app, eu.org, js.cool, .tk, .ml, .cf 等)`,
279-
`- 暂时不同意商业及非个人的网站的友链申请 (py 除外)。`,
279+
`- 暂时不同意商业及非个人的网站的友链申请`,
280280
].join('\n\n')}
281281
</Markdown>
282282
<Markdown className="[&_p]:!my-1">

0 commit comments

Comments
 (0)