mirror of
https://github.com/mike-rambil/Advanced-Git.git
synced 2026-01-06 09:29:30 -06:00
ci: force retry
This commit is contained in:
@@ -110,7 +110,9 @@ function renderExamples(examples) {
|
||||
if (!examples || !examples.length) return '';
|
||||
let out = '';
|
||||
examples.forEach((ex) => {
|
||||
out += `- **${ex.description || ''}**\n\n \`\`\`sh\n${ex.code}\n\`\`\`\n`;
|
||||
out += `- **${ex.description || ''}**\n\n
|
||||
\`\`\`sh\n${ex.code}\n\`\`\`
|
||||
`;
|
||||
});
|
||||
return renderSection('Examples', out);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user