Can I include Code blocks in footnotes?

Here is the current behavior shown:

When I indent the whole code block it is no longer displayed as such.

As you can see I want to use the whole thing for the plugin obsidian_to_anki to keep my texts clear.

I think this is an indentation problem, make sure the code block is indented at the right level for the footnote. I don’t think footnotes were meant to store code blocks as such, in edit mode they indeed don’t render as they would normally.


test [^1]


[^1]: 
    ```python
    print("test")
    ```

ok this works thanks.

Unfortunately, this no longer works with the Anki plugin. So I have to look for another solution. :laughing: