Skip to content

Commit

Permalink
Update toggleStarred.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nbats authored Jan 22, 2025
1 parent 69f0f94 commit 7bd20a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vitepress/markdown/toggleStarred.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function toggleStarredPlugin(md: MarkdownRenderer) {
!excluded.includes(env.frontmatter.title) &&
contentToken &&
contentToken.content.startsWith(':star:')
contentToken.content.startsWith(':Glowing Star:')
) {
return `<li class="starred">`
}
Expand Down

0 comments on commit 7bd20a8

Please sign in to comment.