MCPcopy Index your code
hub / github.com/jackvale/rectg / cleanMarkdownText

Function cleanMarkdownText

web/build-data.js:30–34  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

28 const typeMap = {};
29
30 function cleanMarkdownText(text) {
31 return text
32 .replace(/\\([\[\]])/g, '$1')
33 .trim();
34 }
35
36 function extractDesc(descCell) {
37 return cleanMarkdownText(descCell.replace(/<!--.*?-->/g, '').trim());

Callers 2

extractDescFunction · 0.85
parseTableRowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected