MARK-006 MED: .md files are second-class inconsistently — rendered sites get dead links

Three .md/.mkd policies disagree (MARK.cli.c:29-35/:107, MARK.c:134): the directory walk renders only *.mkd (a .md page gets no HTML at all); single-file mark Note.md writes Note.md.html (mark_dropext strips only .mkd); a refdef [A]: page.md keeps href="page.md" verbatim (mark_emit_url rewrites only .mkd) — while implicit/path links DO rewrite .md./Note.html. Whichever way a .md page is referenced, the rendered site ends with a dead or mismatched link. From the 2026-07-07 mark/ diagnostic review, orchestrator-verified ([A]: page.mdhref="page.md"). Method Issues.

Input

Context

Goals

Constraints

WIP

Design decisions

TODOs

Blockers and bummers

Outcome