Sean Missingham
2024-07-01 f7bd2137ecbb81f3ed50ae9ccaaee27ae855c11a
quartz/plugins/transformers/links.ts
@@ -93,7 +93,7 @@
                }
                node.properties.className = classes
                if (opts.openLinksInNewTab) {
                if (isExternal && opts.openLinksInNewTab) {
                  node.properties.target = "_blank"
                }