(text)
| 29 | } |
| 30 | |
| 31 | function wrapCode(text) { |
| 32 | if (text && text.length > 0) { |
| 33 | return `<code>${text.replace(/\`/g, "\\`")}</code>`; |
| 34 | } |
| 35 | |
| 36 | return text; |
| 37 | } |
| 38 | |
| 39 | const package = JSON.parse(fs.readFileSync("./package.json")); |
| 40 | const defaultBindings = |