Skip to content

Commit

Permalink
Merge pull request #31 from kmlbgn/master
Browse files Browse the repository at this point in the history
fix: hotfixed 'problem internal link'
  • Loading branch information
kmlbgn authored Feb 29, 2024
2 parents 2909f7d + 8403c7d commit 2cb110f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/internalLinks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function convertInternalLink(
warning(
`Link parsing: [InternalLinkPlugin] Could not find a local target for ${hrefFromNotion}. Note that links to other notions pages or outline sections are not supported > https://github.com/sillsdev/docu-notion/issues/9`
);
return "**[Problem Internal Link]**";
return `${labelFromNotion}†`;
}

const label = convertLinkLabel(targetPage, labelFromNotion);
Expand Down

0 comments on commit 2cb110f

Please sign in to comment.