Skip to content

Enumerated lists reformatted on blog #25

@jo-mueller

Description

@jo-mueller

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions