d1conv
2023-11-28
Add inline code parser, expand test journal data, and improve list handling
16 files · 2,071+ · 245-
Inline code parser module
1 file changed
parse_inline_code.pyNew module for detecting and wrapping inline code spans with backticks
- Added dedicated inline code parser module to handle backtick-wrapped code spans within content lines
instantiate
behavioral
1 file
parse_inline_code.py
Test data expansion
6 files changed
Journal-content.jsonNew date-stamped test journal contentJournal.jsonNew date-stamped journal metadatablog-output.mdError-free reference output for this journal dataoutput.mdError-free reference outputJournal 2.txtSecond journal text dump for testingJournal.txtNew journal text data
Parser refinements
4 files changed
parse_list.pyImproved list indent tracking and style detection debug loggingparse_content.pyContent parser adjustments for inline code integrationparse_header.pyHeader parser refinementsparse_code.pyMinor code parser updates
- Refined list parser indent and style detection with improved debug logging for numbered vs bulleted lists
decouple
behavioral
1 file
parse_list.py
- Updated content and header parsers to integrate with new inline code module
decouple
internal
2 files
parse_content.pyparse_header.py