Jacky Zhao
2023-08-12 7bffc2183ece33e2d84909a5677dac0ae2563ddd
quartz/plugins/transformers/links.ts
@@ -86,7 +86,8 @@
                if (
                  opts.prettyLinks &&
                  node.children.length === 1 &&
                  node.children[0].type === "text"
                  node.children[0].type === "text" &&
                  !node.children[0].value.startsWith("#")
                ) {
                  node.children[0].value = path.basename(node.children[0].value)
                }