The GitHub web previewer does not appear to require it, but `pandoc -f gfm` needs a blank line to recognize a table. https://github.com/opencontainers/runtime-spec/blob/6f7b71c2d216403715f7364ac88dec88d9da989c/config.md?plain=1#L729 The result is an unformatted table. This screenshot is from the .pdf, the .html is affected similarly. [oci-runtime-spec-v1.3.0.pdf](https://github.com/opencontainers/runtime-spec/releases/tag/v1.3.0) <img width="944" height="472" alt="Image" src="https://github.com/user-attachments/assets/5e476b5b-3746-41ad-a420-c7ea4630ff73" />
The GitHub web previewer does not appear to require it, but
pandoc -f gfmneeds a blank line to recognize a table.runtime-spec/config.md
Line 729 in 6f7b71c
The result is an unformatted table. This screenshot is from the .pdf, the .html is affected similarly.

oci-runtime-spec-v1.3.0.pdf