You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is a need for a similar way to tag and list content, then we should:
Rename the directives to something like taggedcontent and taggedcontentlist and add an option category in addition to tag. That way, we can set the category to workedexample or usecase or whatever else.
Change the taggedcontentlist (workedexamplelist) directive to just render the bullet list. We can then use that directive anywhere we like, whether in an admonition:
````{admonition} Worked examples
:class: note
Please refer to the worked examples relating to awards and contracts:
```{taggedcontentlist} workedexample awardscontracts
```
````
Or in the body of the page:
Please refer to the worked examples relating to awards and contracts:
```{taggedcontentlist} workedexample awardscontracts
```
The text was updated successfully, but these errors were encountered:
If there is a need for a similar way to tag and list content, then we should:
taggedcontent
andtaggedcontentlist
and add an optioncategory
in addition totag
. That way, we can set the category toworkedexample
orusecase
or whatever else.taggedcontentlist
(workedexamplelist
) directive to just render the bullet list. We can then use that directive anywhere we like, whether in an admonition:Or in the body of the page:
The text was updated successfully, but these errors were encountered: