Skip to content

Commit

Permalink
docs: fix tip wrapper in document (DIYgod#17917)
Browse files Browse the repository at this point in the history
The extra indentation causes failure of parsing during Docs rendering. The parser will wrap the latter content until the next `:::` into tips
  • Loading branch information
simonmysun authored Dec 17, 2024
1 parent 32358de commit 4785a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/routes/kuaishou/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const route: Route = {
url: 'kuaishou.com/profile/:principalId',
description: `:::tip
The profile page of the user, which contains the user's information, videos, and other information.
:::`,
:::`,
handler,
};

Expand Down

0 comments on commit 4785a0f

Please sign in to comment.