Commit ce61050
committed
fix: move table separator under the header
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.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>1 parent 6366a61 commit ce61050
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
701 | 701 | | |
702 | 702 | | |
703 | 703 | | |
704 | | - | |
705 | | - | |
| 704 | + | |
706 | 705 | | |
707 | 706 | | |
| 707 | + | |
| 708 | + | |
708 | 709 | | |
709 | 710 | | |
710 | 711 | | |
| |||
0 commit comments