You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
|`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
37
38
|`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)|
38
39
|`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)|
39
40
|`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)|
0 commit comments