modified CrawLinks settings so that external links open in a new tab
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ const config: QuartzConfig = {
|
||||
Plugin.ObsidianFlavoredMarkdown({ enableInHtmlEmbed: false }),
|
||||
Plugin.GitHubFlavoredMarkdown(),
|
||||
Plugin.TableOfContents(),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest" }),
|
||||
Plugin.CrawlLinks({ markdownLinkResolution: "shortest", openLinksInNewTab: true }),
|
||||
Plugin.Description(),
|
||||
Plugin.Latex({ renderEngine: "katex" }),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user