I know that code blocks are defined like this: #let my-code1 = ```python
print(“1”)
and that outlines, e.g. for images, are defined like this:
#outline(
title: none,
target: figure.where(kind: image),
)
Now, how would I go about creating an outline of all code blocks?
/e: It looks like the code blocks are formatted wrong here. Defining it like this works in my project