mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
core: add internal links extraction
This commit is contained in:
@@ -26,3 +26,8 @@ export {
|
||||
parseInternalLink,
|
||||
type InternalLink
|
||||
} from "./utils/internal-link";
|
||||
export {
|
||||
extractInternalLinks,
|
||||
highlightInternalLinks,
|
||||
type TextSlice
|
||||
} from "./utils/content-block";
|
||||
|
||||
Reference in New Issue
Block a user