From 9ac03e12ffc7af576a299d0d9e990c592d5801f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Mon, 11 May 2026 20:23:58 +0200 Subject: [PATCH] fw update: convert table caption MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The EFI_FIRMWARE_IMAGE_DESCRIPTOR Implementation Requirements table caption uses the `.. table::' reStructuredText syntax and does not render correctly. Convert it to markdown with table_captions extension[1], which displays well enough on github and renders nicely with pandoc. Link: https://pandoc.org/MANUAL.html#extension-table_captions [1] Fixes: #38 Signed-off-by: Vincent Stehlé --- source/FWU/MBFW/chapter3-fwupdate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/FWU/MBFW/chapter3-fwupdate.md b/source/FWU/MBFW/chapter3-fwupdate.md index f78e8c4..68f4023 100644 --- a/source/FWU/MBFW/chapter3-fwupdate.md +++ b/source/FWU/MBFW/chapter3-fwupdate.md @@ -33,7 +33,7 @@ construct the ESRT table. Each image entry in the FWU image directory exposes a set of fields which map directly to the EFI_FIRMWARE_IMAGE_DESCRIPTOR as defined in the following table: -.. table:: EFI_FIRMWARE_IMAGE_DESCRIPTOR Implementation Requirements +Table: EFI_FIRMWARE_IMAGE_DESCRIPTOR Implementation Requirements | FWU image directory entry field | EFI_FIRMWARE_IMAGE_DESCRIPTOR | |---------------------------------|-------------------------------|