From 3c45b7017f66a2d856375f265026bfd1993f5550 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 2 Apr 2025 03:06:22 -0700 Subject: [PATCH] Use correct MyST syntax for `eval-rst` --- docs/contributing/documentation/myst-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/documentation/myst-reference.md b/docs/contributing/documentation/myst-reference.md index 2ccbb94d1..3f795b4a7 100644 --- a/docs/contributing/documentation/myst-reference.md +++ b/docs/contributing/documentation/myst-reference.md @@ -22,7 +22,7 @@ MyST extends {term}`Markdown` by incorporating all the features of {term}`reStru Contributors are welcome to use either Markdown or MyST syntax. MyST may be more familiar to reStructuredText authors. -MyST allows the use of a {term}`fence` and `{rst-eval}` to evaluate native reStructuredText. +MyST allows the use of a {term}`fence` and `{eval-rst}` to evaluate native reStructuredText. This may be useful when Markdown does not provide sufficient flexibility, such as for `figure`.