Markdown code blocks in footnotes
Daniel Perelman
The problem# In a recent post, I wanted to include a large code block of a log. In order to not make the reader scroll past that long block, I put it in a footnote. But triple-backtick (```) syntax for code blocks doesn't work in Python Markdown footnotes: [^1]: Broken footnote, do not use:...