d1conv 2023-11-22
Fix header parser newline logic and toggle blog output writing
5 files · 43+ · 24-

Header parser newline improvements

3 files changed
  • parse_header.py Improved newline detection logic for empty next-line cases and added debug comments about join-based approach
  • parse_content.py Refined content output handling and adjusted conditional logic
  • parse.py Toggled blog output file writing for testing
  • Fixed header parser to handle empty next-line text and improved newline presence detection remediate behavioral
    1 file
    • parse_header.py
  • Toggled blog output file writing path between commented/uncommented for testing different output targets decouple internal
    1 file
    • parse.py

Output and test file updates

2 files changed
  • output.md Updated output reflecting parser fixes
  • .json-content.json Empty placeholder test file
  • Updated parser output to reflect header newline fixes qualify internal
    1 file
    • output.md