X Tutup
7 Comments
User's avatar
⭠ Return to thread
lauro's avatar

The code in the footnote needs indentation in last line to append a new robot on each pass through the loop.

Eric Matthes's avatar

Hi. If you look at this on anything other than a phone in vertical orientation, the indentation is correct. On a vertical phone, Substack's wrapping makes it look like that last line is unindented.

Substack's code blocks aren't nearly as well-featured as most code blocks we see online, because they're designed to work well in all kinds of email clients. They don't have syntax highlighting, and they don't show horizontal scrollbars for long lines. I've written previously about how Substack could improve their code blocks: https://mostlypython.substack.com/p/improving-code-blocks-in-substack

I made a note to see if there's any way to address this issue as well. Thank you for pointing this out!

    X Tutup