This commit is contained in:
nbats
2025-01-21 21:51:00 -08:00
committed by GitHub
parent ff9f5163af
commit 69f0f94151

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