Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Unintended Unindented Code #13

Open
aadibajpai opened this issue Jun 1, 2020 · 0 comments
Open

[BUG] Unintended Unindented Code #13

aadibajpai opened this issue Jun 1, 2020 · 0 comments

Comments

@aadibajpai
Copy link
Contributor

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 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant