princomp / princomp.github.io

Teaching material for the principles of computer programming using C#.
https://princomp.github.io/
Creative Commons Attribution 4.0 International
0 stars 1 forks source link

Broken formatting in labs/ClassDiagram #26

Closed jweeks2023 closed 3 months ago

jweeks2023 commented 3 months ago

https://github.com/princomp/princomp.github.io/blob/c3c4fb718277f70da37d2a693f2533b70bd51637/source/labs/ClassDiagram.md?plain=1#L87-L89

Dropdown seems to be interfering with any markdown formatting on the text, as both inline code and the link seem to be broken.

https://github.com/princomp/princomp.github.io/blob/c3c4fb718277f70da37d2a693f2533b70bd51637/source/labs/ClassDiagram.md?plain=1#L97

Potential typo at end of line.

aubertc commented 3 months ago

https://github.com/princomp/princomp.github.io/commit/8316ae87becad324a5e743d98c363089f044d01d took care of the typo, I'm investigating the first element.

aubertc commented 3 months ago

Ok, I'm clueless on this one. I'll have to do some more testing, but I really don't know where it's coming from.

aubertc commented 3 months ago

Screenshot_20240625_104601

This issue has not been resolved.

jweeks2023 commented 3 months ago

Sorry, thought I fixed that one. It is now fixed with 0ee4850. Basically all I did was add spacing within the details section and that seemed to fix it? Something to keep in mind (maybe add this in the dev. guide as a potential issue that may occur).

image

aubertc commented 3 months ago

Wow. Thanks. I never got to completely understand how to write markdown inside section, so yes documenting this could be helpful.