We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1bf35 commit 235b794Copy full SHA for 235b794
scripts/generate-readme.js
@@ -97,9 +97,7 @@ function renderExamples(examples) {
97
if (!examples || !examples.length) return '';
98
let out = '';
99
examples.forEach((ex) => {
100
- out += `- **${ex.description || ''}**\n\n
101
-\`\`\`sh\n${ex.code}\n\`\`\`
102
-`;
+ out += `- **${ex.description || ''}**\n\n${ex.code}\n`;
103
});
104
return renderSection('Examples', out);
105
}
0 commit comments