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 5de5672 commit c9254a9Copy full SHA for c9254a9
generate-readme.js
@@ -80,7 +80,7 @@ const config = {
80
const userName = username(data.githubUrl);
81
const profileURL = `http://github.com/${userName}`;
82
md += `| **[${formatPluginName(data.name)}](${data.githubUrl})** <br/>`;
83
- md += ` ${data.description} | [${userName}](${profileURL}) | \n`;
+ md += ` ${data.description} | [${userName}](${profileURL}) |\n`;
84
});
85
return md.replace(/^\s+|\s+$/g, '');
86
},
0 commit comments