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 :
- Bla
Code
- Blabla
- Blablabla
...
)
That is somehow reformatted into
-
Bla
Code
1. Blabla
1. Blablabla
On the blog page. Does anybody know where the error is?
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 :
Code...
)
That is somehow reformatted into
Bla
Code1. Blabla1. BlablablaOn the blog page. Does anybody know where the error is?