Task · MDE-0025

Escape Markdown table delimiters in generated config docs

Description

The generated docs/config.md table is malformed for union and Literal types because scripts/generate_config_docs.py:400 wraps a type string containing raw pipe characters in backticks but does not escape the Markdown table delimiters. The MERAKI_EXPORTER_COLLECTORS__PROFILE row currently splits across extra cells. Fix the generator rather than hand-editing generated output, cover the renderer contract, and regenerate the documentation.

Acceptance Criteria

Definition of Done

Implementation Plan

Wave 1 L9: fix Markdown table escaping in the config-doc generator with focused coverage; root owns broad docgen and final gate.

Final Summary

Implemented and verified in 7327153. Generated Markdown table delimiters are escaped and make docgen plus make check passed.

View the source file on GitHub