diff --git a/content/directives.md b/content/directives.md index 857da6b..24217a1 100644 --- a/content/directives.md +++ b/content/directives.md @@ -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