This README summarizes the question folder. The detailed solution is in Q04_commonmark_parser.md.
Implemented parser logic, exercised it with a runner, and documented supported Markdown behavior.
| File | Purpose |
|---|---|
Q04_commonmark_parser.md |
Detailed solution writeup |
notes.txt |
supporting files |
solution.py |
Python script |
test_runner.py |
Python script |
python solution.py
python test_runner.pyVerification details live in the solution writeup where applicable. The expected check is the final answer, flag, generated payload, image, path, parser output, or recovered signal required by the project question.