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 093d35f commit 4191319Copy full SHA for 4191319
1 file changed
src/utils/templates.mjs
@@ -33,7 +33,7 @@ export const parseMeetingProperties = content => {
33
// Handle multiline properties first with a generic regex
34
// Matches: KEY="multiline content" where content can span multiple lines
35
const multilineMatches = content.matchAll(
36
- /^([A-Z_][A-Z0-9_]*)="([\s\S]*?)"$/gm
+ /^([A-Z_][A-Z0-9_]*)="?([\s\S]*?)"?$/gm
37
);
38
39
for (const match of multilineMatches) {
0 commit comments