d1conv 2023-11-26
Add markdownlint rule reference docs, photo support, and journal export restructuring
67 files · 6,382+ · 829-

Markdownlint rule documentation

3 files changed
  • Rules.md Complete markdownlint rules reference document
  • CustomRules.md Custom rules documentation
  • md001.md Individual rule docs (md001 through md054)
  • Added complete markdownlint rule reference documentation (md001-md054) plus custom rules and release process guides for parser output validation specify internal
    2 files
    • Rules.md
    • CustomRules.md

Journal test data restructuring

4 files changed
  • Journal-content.json Working journal content for comparison
  • output.md Known-good output snapshot
  • journal-breaks.json Journal data that breaks the parser
  • journal-works.json Journal data that works correctly
  • Reorganized test data into working vs broken categories for systematic regression testing decouple internal
    2 files
    • Journal-content.json
    • journal-breaks.json

Photo support and parser updates

4 files changed
  • 9908c11a12f519a1412b210c90162b5e.jpeg First photo binary for testing photo embed handling
  • parse_content.py Content parser improvements for edge cases
  • parse_quote.py Quote parser refinements
  • extract-content.sh Updated extraction script
  • Added first photo binary test asset and improved content and quote parser handling of edge cases instantiate behavioral
    3 files
    • 9908c11a12f519a1412b210c90162b5e.jpeg
    • parse_content.py
    • parse_quote.py