From 6b819353482fc13dbb82da16d89752494c51407e Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Mon, 12 Aug 2024 11:05:16 +0300 Subject: [PATCH] content/directives: Syntax fixup for MyST conversion --- content/directives.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) 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