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