in src/formatters/markdown.js [1:3]
export function stripLinks(text) { return text ? text.replace(/\[(.*)\]\(.*\)/, "$1") : ""; }