MCPcopy Index your code
hub / github.com/github/awesome-copilot / stripMd

Function stripMd

extensions/java-modernization-studio/scan.mjs:142–148  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

140}
141
142function stripMd(s) {
143 return String(s)
144 .replace(/[*_`~]+/g, "")
145 .replace(/^\s*#+\s*/, "")
146 .replace(/\s+/g, " ")
147 .trim();
148}
149
150// Infer a status from inline markers / emojis in a line of text.
151function statusFromText(text) {

Callers 3

parseChecklistFunction · 0.85
parseLooseStepsFunction · 0.85
discoverSkillsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected