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