mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 05:53:56 +00:00
fix
This commit is contained in:
@@ -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">`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user