MCPcopy Create free account
hub / github.com/microsoft/SandDance / markdownImageLink

Function markdownImageLink

packages/sanddance-app/src/snapshots.tsx:18–20  ·  view source on GitHub ↗
(alt: string, imageUrl: string, link: string)

Source from the content-addressed store, hash-verified

16import util = SandDance.VegaDeckGl.util;
17
18function markdownImageLink(alt: string, imageUrl: string, link: string) {
19 return `[![${alt}](${imageUrl})](${link})`;
20}
21
22export function cleanSnapshots(snapshots: SandDance.types.Snapshot[]) {
23 //remove data sources from snapshots

Callers 1

SnapshotExportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected