Skip to content

Commit 2af0b73

Browse files
authored
📚 DOCS: eval_rst -> eval-rst
1 parent 689cf39 commit 2af0b73

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎docs/source/usage.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Conversion notes:
1616
- only one kind of footnote (i.e. no symbol prefixes)
1717
- citation are turned into footnotes, with label prepended by `cite_prefix`
1818
- inline targets are not convertible (and so ignored)
19-
- If tables are not compatible with Markdown (single header row, no merged cells, etc), then they will be wrapped in an `eval_rst`
19+
- If tables are not compatible with Markdown (single header row, no merged cells, etc), then they will be wrapped in an `eval-rst` directive
2020
- Markdown blockquotes do not have an attribution syntax, so it is converted instead to `<p class="attribution">—text</p>` (the standard HTML render)
2121

2222
## Converting text snippets
@@ -82,10 +82,10 @@ conversions:
8282
8383
Directives are converted according to a mapping of the directive module path to a conversion type:
8484
85-
- "eval_rst" (the default): no conversion, wrap in MyST `eval_rst` directive
85+
- "eval_rst" (the default): no conversion, wrap in MyST `eval-rst` directive
8686

8787
````
88-
```{eval_rst}
88+
```{eval-rst}
8989
.. name:: argument `link`_
9090
:option: value
9191

0 commit comments

Comments
 (0)