d1conv
2023-11-18
Build core JSON-to-Markdown parser with test data and HTML extraction tooling
8 files · 672+ · 351-
Core parser development
1 file changed
parse.pyMajor expansion of the main parser with content line iteration, embedded object handling, and output formatting
- Significantly expanded parse.py with content dispatch logic, embedded object detection, and Markdown output assembly
instantiate
architectural
1 file
parse.py
Test data and output comparison
6 files changed
Journal-content.jsonRestructured and expanded test journal content dataJournal.jsonUpdated test journal metadataJournal.txtNew plain text version of test journal for comparisonoutput.mdUpdated parser output for comparison against well-formed Markdownfoo.htmlNew HTML file for extraction testinggetzws.pyZero-width space detection script for debugging encoding issues
Project notes
1 file changed
NOTES.mdAdded project notes documenting format quirks and observations