## What to build Broaden Markdown fenced-code-block support so mdcode works predictably with common documentation conventions instead of only a narrow fence subset. ## Acceptance criteria - [ ] The parser supports both backtick and tilde fenced code blocks. - [ ] Opening fences with three or more matching fence characters are handled correctly. - [ ] Indentation and closing-fence behavior is documented and tested against representative Markdown inputs. - [ ] Unsupported forms fail or are ignored predictably without corrupting surrounding Markdown. - [ ] Existing supported documents remain backward compatible. ## Blocked by None - can start immediately
What to build
Broaden Markdown fenced-code-block support so mdcode works predictably with common documentation conventions instead of only a narrow fence subset.
Acceptance criteria
Blocked by
None - can start immediately