Skip to content

fix: move table separator under the header#346

Open
lumag wants to merge 1 commit intofluendo:masterfrom
lumag:profile-table
Open

fix: move table separator under the header#346
lumag wants to merge 1 commit intofluendo:masterfrom
lumag:profile-table

Conversation

@lumag
Copy link
Copy Markdown
Contributor

@lumag lumag commented Apr 3, 2026

The Profile stats tables are misinterepreted by the MarkDown parsers (e.g. by GitHub) because it doesn't follow the spec for the MD table. Move the separator (|-|-|-|) to follow the table header (|Profile|decoder|decoder|) to fix parsing of these tables.

@lumag
Copy link
Copy Markdown
Contributor Author

lumag commented Apr 3, 2026

Old output:

|-|-|-|
|Profile|FFmpeg-H.265-v4l2m2m|GStreamer-H.265-V4L2-Gst1.0|
|MAIN|127/135|132/135|
|MAIN_10|0/11|0/11|
|MAIN_STILL_PICTURE|1/1|1/1|

New output:

Profile FFmpeg-H.265-v4l2m2m GStreamer-H.265-V4L2-Gst1.0
MAIN 127/135 132/135
MAIN_10 0/11 0/11
MAIN_STILL_PICTURE 1/1 1/1

The Profile stats tables are misinterepreted by the MarkDown parsers
(e.g. by GitHub) because it doesn't follow the spec for the MD table.
Move the separator (|-|-|-|) to follow the table header
(|Profile|decoder|decoder|) to fix parsing of these tables.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant