fix(cli): parse markdown command frontmatter on Windows CRLF/BOM#2078
fix(cli): parse markdown command frontmatter on Windows CRLF/BOM#2078tanzhenxin merged 2 commits intoQwenLM:mainfrom
Conversation
|
This looks like the same class of Windows newline/BOM parsing issue. There is a related open PR (#1890) that introduces a If it makes sense, this markdown frontmatter parsing could potentially reuse that helper instead of adding another normalization step in the CLI parser. That would keep newline/BOM handling consistent across the repo and avoid duplicated logic. What do you think? |
|
@Aayushyaash Thanks for the suggestion. I updated this PR to reuse the shared |
Summary
Testing
Fixes #2053