We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a099b2 commit eeb2afeCopy full SHA for eeb2afe
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