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 f91950c commit ec40adcCopy full SHA for ec40adc
update-readme.js
@@ -15,8 +15,8 @@ if (!sectionMatch) {
15
const pluginsListContent = sectionMatch[1].trim();
16
console.log('Extracted plugins list content:\n', pluginsListContent);
17
18
-// Regex to match individual plugin entries
19
-const pluginRegex = /- ### (.+?)/g;
+// Updated regex to match plugin entries
+const pluginRegex = /- ### ([^]+)/g;
20
const pluginNames = [];
21
let match;
22
0 commit comments