We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba302d commit 7252778Copy full SHA for 7252778
generate_about_md.js
@@ -28,7 +28,7 @@ for (const mod of modules) {
28
const lines = []
29
lines.push('# About')
30
lines.push('')
31
- lines.push(`# ${mod.name || ''}${mod.version ? ` (${mod.version})` : ''}`)
+ lines.push(`# ${mod.name || ''}${mod.version ? ` ${mod.version}` : ''}`)
32
33
lines.push(`Description:`)
34
0 commit comments