Skip to content

Commit ec40adc

Browse files
authored
Update update-readme.js
1 parent f91950c commit ec40adc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

update-readme.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ if (!sectionMatch) {
1515
const pluginsListContent = sectionMatch[1].trim();
1616
console.log('Extracted plugins list content:\n', pluginsListContent);
1717

18-
// Regex to match individual plugin entries
19-
const pluginRegex = /- ### (.+?)/g;
18+
// Updated regex to match plugin entries
19+
const pluginRegex = /- ### ([^]+)/g;
2020
const pluginNames = [];
2121
let match;
2222

0 commit comments

Comments
 (0)