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

Code blocks buggy in markdown renderer #3592

Open
jmsmkn opened this issue Oct 8, 2024 · 1 comment
Open

Code blocks buggy in markdown renderer #3592

jmsmkn opened this issue Oct 8, 2024 · 1 comment

Comments

@jmsmkn
Copy link
Member

jmsmkn commented Oct 8, 2024

MarkDown such as:

Screenshot 2024-10-08 at 14 24 24

Should render as:

shouldn't be a code block

first_line = 1
for foo in bar:
  print(foo)

But actual result is:

Screenshot 2024-10-08 at 14 24 49

Note:

  • The first line should not be a code block
  • The first line of the python block for some reason has a space
  • Multiple blank lines at the start of a MarkDown block should not result in a code block
@chrisvanrun
Copy link
Contributor

+1

Wanted to report this:
image

But it's captured by the above issue post.

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

2 participants