diff options
author | Nicholas Chin <nic.c3.14@gmail.com> | 2024-03-24 13:57:42 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2024-03-26 23:11:33 +0000 |
commit | 0f8aabdb26c667d4b2b1f011e750fd6f7a988437 (patch) | |
tree | 2a6f36578281aa9d1a897e6ec6c3e5459c00d903 /Documentation/releases | |
parent | 2095aedba8cb0ba7989eda8e0310953210633386 (diff) |
doc/releases: Fix embedded rST syntax for MyST Parser
After commit 35599f9a6671 (Docs: Replace Recommonmark with MyST Parser),
embedded rST should use `{eval-rst}` instead of `eval_rst`. This was
missed during manual rebasing of that patch before it was merged.
Change-Id: I648a95488df25d70e1b581872a19272c51f33b7b
Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81500
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'Documentation/releases')
-rw-r--r-- | Documentation/releases/coreboot-24.02-relnotes.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/releases/coreboot-24.02-relnotes.md b/Documentation/releases/coreboot-24.02-relnotes.md index e4e789286b..f82a6a8af5 100644 --- a/Documentation/releases/coreboot-24.02-relnotes.md +++ b/Documentation/releases/coreboot-24.02-relnotes.md @@ -202,7 +202,7 @@ Significant Known and Open Issues ### coreboot-wide or architecture-wide issues -```eval_rst +```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | +=====+=================================================================+ @@ -217,7 +217,7 @@ Significant Known and Open Issues ### Payload-specific issues -```eval_rst +```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | +=====+=================================================================+ @@ -234,7 +234,7 @@ Significant Known and Open Issues ### Platform-specific issues -```eval_rst +```{eval-rst} +-----+-----------------------------------------------------------------+ | # | Subject | +=====+=================================================================+ |