We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5936a commit e34bd78Copy full SHA for e34bd78
docusaurus.config.js
@@ -293,7 +293,7 @@ module.exports = {
293
remarkStringify: {
294
handlers: {
295
link: (node) => {
296
- if (node.title?.startsWith('Direct link to')) return null;
+ if (node.title?.startsWith('Direct link to')) return '';
297
298
const parsedUrl = parse(node.url);
299
const isUrlInternal = isInternal(parsedUrl);
0 commit comments