Skip to content

Commit

Permalink
📚 DOCS: eval_rst -> eval-rst
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Aug 17, 2021
1 parent 689cf39 commit 2af0b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Conversion notes:
- only one kind of footnote (i.e. no symbol prefixes)
- citation are turned into footnotes, with label prepended by `cite_prefix`
- inline targets are not convertible (and so ignored)
- If tables are not compatible with Markdown (single header row, no merged cells, etc), then they will be wrapped in an `eval_rst`
- If tables are not compatible with Markdown (single header row, no merged cells, etc), then they will be wrapped in an `eval-rst` directive
- Markdown blockquotes do not have an attribution syntax, so it is converted instead to `<p class="attribution">—text</p>` (the standard HTML render)

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

````
```{eval_rst}
```{eval-rst}
.. name:: argument `link`_
:option: value

Expand Down

0 comments on commit 2af0b73

Please sign in to comment.