Jacky Zhao
2024-08-06 4bbcc0c50aca68d470542c1af8fd5f8060d97ab8
quartz/plugins/transformers/links.ts
@@ -93,7 +93,7 @@
                }
                node.properties.className = classes
                if (opts.openLinksInNewTab) {
                if (isExternal && opts.openLinksInNewTab) {
                  node.properties.target = "_blank"
                }