MCPcopy 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
12export const parseLinkDisplayString = (string: string) => {
13 return pathToString(parseLinkString(string));
14};

Callers

nothing calls this directly

Calls 2

pathToStringFunction · 0.90
parseLinkStringFunction · 0.90

Tested by

no test coverage detected