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

Enumerated lists reformatted on blog #25

Open
jo-mueller opened this issue Nov 27, 2021 · 1 comment
Open

Enumerated lists reformatted on blog #25

jo-mueller opened this issue Nov 27, 2021 · 1 comment

Comments

@jo-mueller
Copy link
Contributor

I just realized that numbered lists can be formatted incorrectly when converted into html pages.

If you look into the markdown code of the most recent blog entry (https://biapol.github.io/blog/johannes_mueller/entry_sphinx/), you'll see that there is a numbered list with snippets of code inbetween

(Like this :

  1. Bla
    Code
  2. Blabla
  3. Blablabla
    ...
    )

That is somehow reformatted into

  1. Bla
    Code

    1. Blabla

    1. Blablabla

On the blog page. Does anybody know where the error is?

@zoccoler
Copy link
Contributor

I faced a similar situation here. I think I could only manage to use multiple lines of code instead of a block of code in this situation. Also, I added two spaces after each line of code.
Maybe it could be a work-around.

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