You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like any initial whitespace gets trimmed while rendering, which is especially problematic for code snippets in a programming language where indentation is crucial like Python but also for readability I guess.
It looks like any initial whitespace gets trimmed while rendering, which is especially problematic for code snippets in a programming language where indentation is crucial like Python but also for readability I guess.
You can see the indentation is preserved in the .bm file https://github.com/aadibajpai/blog/blob/master/posts/2020/06/castorsctf-2020-writeups-DyHHAa2o.bm#L125-L134 but if you see the rendered output you'll notice there's no indentation https://aadibajpai.com/blog/p/DyHHAa2o.html#magic-school-bus
I'd be happy to try and fix it, but I'm not sure how to 🙂
The text was updated successfully, but these errors were encountered: