Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 779 Bytes

File metadata and controls

27 lines (18 loc) · 779 Bytes

TDS Project 1 — Q4: CommonMark Markdown Parser

This README summarizes the question folder. The detailed solution is in Q04_commonmark_parser.md.

Method

Implemented parser logic, exercised it with a runner, and documented supported Markdown behavior.

Files

File Purpose
Q04_commonmark_parser.md Detailed solution writeup
notes.txt supporting files
solution.py Python script
test_runner.py Python script

Run or Reproduce

python solution.py
python test_runner.py

Verification

Verification 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.