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