Skip to content

Commit 078aeed

Browse files
committed
Fix broken release table: add blank lines around the marker comments
kramdown treats <!-- ... --> as an HTML block that swallows everything up to the next blank line. The table immediately followed release-table:start with no blank line, so kramdown absorbed the whole table into that block and rendered it as literal | text instead of an HTML table (GitHub's own renderer is lenient about this and did not catch it before merge; kramdown, the site's actual renderer, is not). Verified against a local kramdown render of the live page before/after.
1 parent 4e5338d commit 078aeed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/mc-software-releases/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The current production release for MC is `O2PDPSuite::MC-prod-2026-v11-1`. ([Rel
1313
## Stable MC Software Releases
1414

1515
<!-- release-table:start -->
16+
1617
| Version | Status | Date | Comments |
1718
|---------------------------------|---------|------------|------------------------------------------------------------------------------------------------|
1819
| `O2PDPSuite::MC-prod-2025-v1-2` | Stable || Produced from master/dev |
@@ -37,4 +38,5 @@ The current production release for MC is `O2PDPSuite::MC-prod-2026-v11-1`. ([Rel
3738
| `O2DPGSuite::MC-prod-2026-v9-1` | stable | 12/06/2026 | Produced from daily tag `O2DPGSuite::daily-20260612-0000-1`. Fix more problems in AODBcRewriter (non-joinable MC tables). [Release notes](https://github.com/sawenzel/MCReleasePrototype/blob/main/releases/release-notes/release-notes-O2PDPSuite%3A%3AMC-prod-2026-v9.md) |
3839
| `O2DPGSuite::MC-prod-2026-v10-1` | Stable | 29/06/2026 | Produced from daily tag `O2DPGSuite::daily-20260629-0000-1`. FIT crosstalk effect in digitization. [Release notes](https://github.com/sawenzel/MCReleasePrototype/blob/main/releases/release-notes/release-notes-O2PDPSuite%3A%3AMC-prod-2026-v10.md) |
3940
| `O2PDPSuite::MC-prod-2026-v11-1` | current | 29/07/2026 | Produced from daily tag `O2PDPSuite::daily-20260729-0000-1`. First release cut and documented by the new agentic mc-release pipeline. [Release notes](https://github.com/sawenzel/MCReleasePrototype/blob/main/releases/release-notes/release-notes-O2PDPSuite-MC-prod-2026-v11.md) |
41+
4042
<!-- release-table:end -->

0 commit comments

Comments
 (0)