Skip to content

Commit

Permalink
content/directives: Syntax fixup for MyST conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed Aug 12, 2024
1 parent 08e235c commit 6b81935
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions content/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,42 +32,45 @@ Some body text
:::

````{list-table}
* * Markdown::
* * Markdown
````
```{exercise}

Some body text
```
````

::
````
```{exercise} Custom title

Some body text
```
````

::
````
```{exercise}
```
````


* ReST:

* ReST::
````
.. exercise::

Some body text
````

::
````
.. exercise:: Custom title

Some body text
````

::
````
.. exercise::
````
````
You notice these directives can have optional a custom title. This is
Expand Down

0 comments on commit 6b81935

Please sign in to comment.