We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cabec7 commit c78c223Copy full SHA for c78c223
scripts/update_stats.cjs
@@ -215,7 +215,6 @@ function renderMarkdown(stats, topRepos) {
215
lines.push(`<details>`);
216
lines.push(`<summary><b>⭐ Top repositories by commits</b></summary>`);
217
lines.push("");
218
- lines.push('<div align="center">');
219
lines.push(`| Repository | Commits | Open Issues | Open PRs | Stars | Forks |`);
220
lines.push(`|---|---:|---:|---:|---:|---:|`);
221
for (const r of topRepos) {
@@ -230,7 +229,7 @@ function renderMarkdown(stats, topRepos) {
230
229
231
lines.push(`</details>`);
232
233
- lines.push(`</div>`);
+
234
}
235
236
return lines.join("\n");
0 commit comments