topmark.presentation.markdown.probe¶
topmark / presentation / markdown / probe
Markdown presentation for the topmark probe command.
This module renders resolution probe diagnostics as document-oriented Markdown. Markdown probe output intentionally ignores TEXT-only verbosity and quiet controls and always includes selected resolution details and candidate tables when available.
render_probe_output_markdown ¶
Render human-facing Markdown output for the probe command.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
report
|
ProbeCommandHumanReport
|
Prepared human report for the probe command. |
required |
Returns:
| Type | Description |
|---|---|
str
|
Rendered Markdown output for the prepared probe report. |