updated 8 pages

This commit is contained in:
nbats 2025-01-21 21:49:19 -08:00 committed by GitHub
parent 6f9081071d
commit ff9f5163af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 21 additions and 31 deletions

View file

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