DjangoGirls / tutorial

This is a tutorial we are using for Django Girls workshops
http://tutorial.djangogirls.org/
Other
1.54k stars 1.86k forks source link

The first accordion in "Brief intro to the command line" renders bad #1851

Open mcagl opened 1 month ago

mcagl commented 1 month ago

Issue description

The link is this: https://tutorial.djangogirls.org/en/installation/#intro-command-line

All the content for "Opening: Windows" is outside of the accordion, but looking at the source code it is expected to render inside the accordion.

I tried to understand why, and I did these experiments:

It seems that above this section there is a non-closed section, but it's not the case (at least to my eyes).

I don't know how to solve this.

Language

I looked at the english version

Operating system

It's not related to one operating system

Screenshots

This is the bad render:

bad

This is the good render:

good

mcagl commented 1 week ago

When https://github.com/DjangoGirls/tutorial/issues/1855 will be fixed, and the website will be deployed, there is the possibility that this issue can be closed (after checking the deployed website obviously), because when I locally compile the tutorial (during development of https://github.com/DjangoGirls/tutorial/pull/1854) the problem is not here anymore.