lint: format

This commit is contained in:
bfahrenfort 2024-12-23 14:38:16 -06:00
parent ef2e56f029
commit 8c99c622ae
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ const config: QuartzConfig = {
markdownLinkResolution: "shortest", markdownLinkResolution: "shortest",
// See https://quartz.jzhao.xyz/plugins/CrawlLinks // See https://quartz.jzhao.xyz/plugins/CrawlLinks
// Try uncommenting the below line and writing [Someone's Garden](garden!https://jzhao.xyz/) in markdown // Try uncommenting the below line and writing [Someone's Garden](garden!https://jzhao.xyz/) in markdown
// substitutions: [ [/garden!(.+)/, Emoji("🪴")], ], // substitutions: [[/garden!(.+)/, Emoji("🪴")]],
}), }),
Plugin.Description(), Plugin.Description(),
Plugin.Latex({ renderEngine: "katex" }), Plugin.Latex({ renderEngine: "katex" }),