We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 94a33d3 + eeb2afe commit 44bda9fCopy full SHA for 44bda9f
1 file changed
src/docs-site/scripts/sync-skills.mjs
@@ -46,7 +46,7 @@ function parseFrontmatter(content) {
46
const restOfContent = content.slice(match[0].length);
47
48
// Parse YAML
49
- const lines = yamlContent.split('\n');
+ const lines = yamlContent.split(/\r?\n/);
50
const metadata = {};
51
let currentKey = null;
52
let currentValue = '';
0 commit comments