- 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 -hafter significant code changes to ensure the CLI remains operational.