d1conv
2023-12-03
Fix horizontal line doubling, refactor embedded objects, and improve inline code
11 files · 376+ · 689-
Horizontal line and embedded object fixes
4 files changed
parse_content.pyFixed embedded object debug logging to use f-strings, refactored horizontal line handling to prevent duplicationparse_header.pyImproved header parser with additional edge case handlingparse_list.pyRefined list parser indentation logicparse_quote.pyRefined quote parser output formatting
- Fixed horizontal line doubling bug and corrected embedded object debug logging from plain strings to f-strings
remediate
behavioral
2 files
parse_content.pymilestone
Inline code backtick improvements
2 files changed
parse_inline_code.pyExpanded inline code handler with improved backtick escaping logicparse_code.pyMinor code block parser cleanup
- Improved inline code backtick wrapping to handle nested backticks with proper escaping
decouple
behavioral
1 file
parse_inline_code.py
Test and output updates
4 files changed
output.mdUpdated output reflecting horizontal line and inline code fixesJournal-content.jsonRestructured journal content dataregex-test.pyAdded new regex test patternsmilestoneUpdated milestone noting horizontal line fix