static S unSlackSnippet(S s) { if (s.startsWith("```") && s.endsWith("```") && l(s) >= 6) s = s.substring(3, l(s)-3); ret s; }