illinois-cs241 / coursebook

Open Source Introductory Systems Programming Textbook for the University of Illinois
http://cs241.cs.illinois.edu/coursebook
682 stars 85 forks source link

Reorganize list structure and remove unnecessary line breaks #192

Closed pengyuejiang closed 2 years ago

pengyuejiang commented 2 years ago

Reorganize list structure and remove unnecessary line breaks

The current version had the "text segment" embedded inside the "data segment", which is not true. So I reorganized it so that they are on the same level of indentation. In addition, the line breaks does not create a nice look to the section and it feels very weird. The spaces can be utilized better and not affect reading.

pengyuejiang commented 2 years ago

Good idea! In addition to that advice I also changed the layout minutely to a way such that these items have the same format. I bolded some text in a later list for better readability. If there's no further issues let's merge it.