doc/releases: Fix embedded rST syntax for MyST Parser

After commit 35599f9a66 (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>
This commit is contained in:
Nicholas Chin 2024-03-24 13:57:42 -06:00 committed by Martin L Roth
parent 2095aedba8
commit 0f8aabdb26
1 changed files with 3 additions and 3 deletions

View File

@ -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 |
+=====+=================================================================+