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

View file

@ -25,7 +25,6 @@ export function toggleStarredPlugin(md: MarkdownRenderer) {
!excluded.includes(env.frontmatter.title) &&
contentToken &&
contentToken.content.startsWith(':star:')
contentToken.content.startsWith('🌟')
) {
return `<li class="starred">`
}