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

Function markdownImageLink

docs/app/js/sanddance-app.js:52059–52061  ·  view source on GitHub ↗
(alt, imageUrl, link)

Source from the content-addressed store, hash-verified

52057var _react = require("react");
52058var util = (0, _sanddanceExplorer.SandDance).VegaDeckGl.util;
52059function markdownImageLink(alt, imageUrl, link) {
52060 return `[![${alt}](${imageUrl})](${link})`;
52061}
52062function cleanSnapshots(snapshots) {
52063 //remove data sources from snapshots
52064 const clean = util.clone(snapshots);

Callers 1

SnapshotExportFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected