Open mcagl opened 1 month 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.
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:
<sec data-title=...
content, containing a<ul>
, and then this new one renders badly, and the pre-existing "Windows" one renders good.<!endsec-->
before the "Windows" section, and then it rendered goodIt 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:
This is the good render: