mirror of
https://github.com/fmhy/edit.git
synced 2025-07-31 00:02:17 +10:00
fix
This commit is contained in:
parent
ff9f5163af
commit
69f0f94151
1 changed files with 0 additions and 1 deletions
|
@ -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">`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue