diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2023-01-30 22:25:17 -0700 |
---|---|---|
committer | Paul Fagerburg <pfagerburg@chromium.org> | 2023-02-01 14:58:55 +0000 |
commit | 0bff4b05b8800aa1bca5ef43732bf9ead859a304 (patch) | |
tree | e8d7e0c28df73f159d55c55c509296b27d432e37 /Documentation/technotes | |
parent | 7c558d0cfa0a977690a3903d0aeb58125ae0b6a2 (diff) |
Documentation: Fix broken tables
- The 4.19 release notes included a list of outstanding issues formatted
as a markdown table, which is not supported by Recommonmark. Reformat
as an embedded reStructuredText table.
- The table of boards supported on the 4.18 branch did not include row
separators causing all rows to be rendered in a single row of cells.
- Technotes/console.md had a typo in the rST table formatting which
generated warnings in the Sphinx build, causing the table to not be
rendered in the resulting html.
Change-Id: I86e2c5d6d20e6002b87efc4688fc11b24b341227
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/72623
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'Documentation/technotes')
-rw-r--r-- | Documentation/technotes/console.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technotes/console.md b/Documentation/technotes/console.md index 8cc5b38fc9..52de812f12 100644 --- a/Documentation/technotes/console.md +++ b/Documentation/technotes/console.md @@ -27,7 +27,7 @@ This feature has been tested on the following platforms: | Tested platforms | +====================================+ | GA-H61M-S2PV + Intel Ivy Bridge | -+---------------------+--------------- ++------------------------------------+ ``` A minimal DDR3 DIMM breakout board PCB design with only the |