You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
Code
1. Blabla
1. Blablabla
On the blog page. Does anybody know where the error is?
The text was updated successfully, but these errors were encountered: