MD to PDF Converts Markdown files to professional PDF using one of two rendering engines. Step 0: Parse Arguments Parse to determine mode and components. | Component | Required | Description | |-----------|:--------:|-------------| | | per mode | Path to file | | | No | or (overrides saved config) | | | No | Last argument in double quotes = LLM preprocessing instructions | Mode detection rules: | Condition | Mode | |-----------|------| | Empty or | HELP | | or | STYLES | | | TEST | | Path to file + quoted string at end | CONVERT+PROMPT | | Path to file (no quoted string) | CONVERT | Extract f…