Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 431 Bytes

File metadata and controls

7 lines (6 loc) · 431 Bytes

Agent Instructions

  • Preserve existing code comments when modifying files in this repository.
  • Follow PEP 8 styling for Python files unless existing context dictates otherwise.
  • Use two-space indentation for YAML files under .github/.
  • Prefer adding or updating automated tests or workflows when introducing new build steps.
  • Run python mdconv.py -h after significant code changes to ensure the CLI remains operational.