chore: linting

This commit is contained in:
taskylizard 2024-07-10 04:05:54 +00:00
parent 9f39e9663d
commit 048fa9e4a8
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
8 changed files with 35 additions and 49 deletions

View file

@ -11,8 +11,7 @@ export function toggleStarredPlugin(md: MarkdownRenderer) {
contentToken.content.startsWith(':star:')
) {
return `<li class="starred">`
} else {
return self.renderToken(tokens, index, options)
}
return self.renderToken(tokens, index, options)
}
}