Update toggleStarred.ts

This commit is contained in:
nbats 2025-01-21 21:59:44 -08:00 committed by GitHub
parent 69f0f94151
commit 7bd20a81e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">`
}