It would be very useful to be able to create the admonitions for learning objectives based on the information present in metadata.yml.
To do this we need to:
- read the file
metadata.yml,
- find all definitions of
learning-objectives collect the information in a python dictionary,
- create the markdown code for each admonition for the learning objectives
glue the markdown to a specific name
- create examples of using the glued name to place a specific learning objective admonition into the correct place in an example page.