fix(tag): move hash to sass styling only ()

This commit is contained in:
Matt Vogel 2024-03-06 20:25:39 -05:00 committed by GitHub
parent e13cafe070
commit 001c166825
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 9 additions and 5 deletions
quartz/plugins/transformers

View file

@ -328,7 +328,7 @@ export const ObsidianFlavoredMarkdown: QuartzTransformerPlugin<Partial<Options>
children: [
{
type: "text",
value: `#${tag}`,
value: tag,
},
],
}