Prerequisites
Bug Description
fern check validates Fern configuration only — it does not parse MDX content. Non-self-closing <img> tags (e.g. <img src="foo.png">) pass fern check but cause fern generate to fail with Unexpected closing tag </p>. There is no CI step to catch this before merge.
Root-caused from a live failure in NVIDIA/topograph#281, fixed in NVIDIA/aicr#620.
Component
Documentation/CI
Steps to Reproduce
- Add a non-self-closing
<img src="..."> to a docs markdown file
- Push to a
pull-request/* branch — CI passes
- Run
fern generate --docs — fails with Unexpected closing tag </p>
Environment
- NVSentinel version: all
- Kubernetes version: N/A
- Deployment method: N/A
Logs/Output
Unexpected closing tag </p>
Prerequisites
Bug Description
fern checkvalidates Fern configuration only — it does not parse MDX content. Non-self-closing<img>tags (e.g.<img src="foo.png">) passfern checkbut causefern generateto fail withUnexpected closing tag </p>. There is no CI step to catch this before merge.Root-caused from a live failure in NVIDIA/topograph#281, fixed in NVIDIA/aicr#620.
Component
Documentation/CI
Steps to Reproduce
<img src="...">to a docs markdown filepull-request/*branch — CI passesfern generate --docs— fails withUnexpected closing tag </p>Environment
Logs/Output