generated from ryansonshine/typescript-npm-package-template
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Doing a "Link to Page"
gives you a new block (not inline). The markdown that docu-notion gets is a nice relative path:
[How to Embed a Bloom Library Collection In Your Website](/embed-collection)
and Docu-notion handles that well.
However, doing "Mention Page"
gives you a nice inline link:
But the markdown that docu-notion gets is as a full URL:
See also: [How to Embed a Bloom Library Collection In Your Website](https://www.notion.so/7bf1d2edfdfa421891a60e4c0af37d53)
and docu-notion doesn't currently realize that this is part of this site. Instead, it leaves that full URL intact so that if you click on it, you go to notion.so instead of the page on your site.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working