Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Make-md/makemd
/ parseLinkDisplayString
Function
parseLinkDisplayString
src/core/utils/parser.tsx:12–14 ·
view source on GitHub ↗
(string: string)
Source
from the content-addressed store, hash-verified
10
};
11
12
export const parseLinkDisplayString = (string: string) => {
13
return pathToString(parseLinkString(string));
14
};
Callers
nothing calls this directly
Calls
2
pathToString
Function · 0.90
parseLinkString
Function · 0.90
Tested by
no test coverage detected